Forum Moderators: open
<table width="80%" cellpadding="2">
<tr>
<td width="250px"> </td>
<td> </td>
</tr>
</table>or
<table id="maths">
<tr>
<td class="fat"> </td>
<td> </td>
</tr>
</table>
linked to
#maths{
width: 80%;
}
#maths td{
padding: 2px;
}
.fat{
width: 250px;
}
if style and content are to be seperated then surely the latter is correct, yet more more laborious.