Forum Moderators: open
I would go about setting the <td> tag to a specified pixel width. An example would be...
<TD WIDTH=600 BGCOLOR="#FFFFFF">Example</TD>
This way the cell is restricted to a certain pixel setting for width of the cell.
Brian
Their may some CSS-2 method to handle this (CSS-2 gets into lots of table stuff that was not addressed in CSS-1). However, CSS-2 is still far from well supported by browsers.
So, I don't think that there is a dependable way to do this right now.
Brian