Forum Moderators: open
Are you using Frontpage to make these? A thing to note with FP is even though you tell the WYSIWYG editor to measure your tables in % or whatever, you sometimes also need to do it cell by cell within the table.
Try % and see what you think
Just create another row and stick a 1x600 gif inside it and it will give the table a minimum width.
Nick
For an evenly distributed three column row it would be:
<table border=0 width=600 cellspacing=0 cell padding=0>
<tr>
<td width=200>.....</td>
<td width=200>.....</td>
<td width=200>.....</td>
</tr>
</table>