|
If you know the width of each column then you also know the total width of the table so it shouldn't be a problem setting that one aswell, right?
Make sure the TD in which you set the width has content. Not all browsers accept a width setting when a td is empty.
Also, maybe you already know this. You only have to define widths for each TD (or TH) for one row. The rest of the cells will follow the widths you set.
|