This is a most annoying problem...
The table's width may be set with a style attribute:
e.g. <table style='width: 200px'> each cell may also be set with the same attribute. Don't forget to include the unit of measurement, like 'px' because Mozilla in some cases will ignore the attribute all together if it is left off. The width attribute may also be specified in percentage.. style='width: 100%' or in other units of measurement like centimeters, or inches.
Also, if you have a long word in which the unbroken character width of the string is longer than that of the cell the browser will also ignore the attribute and force it to spread. For instance: 'asodifaoisdfadspofijapjd' when inserted into a cell and longer than the cell's width will cause it to be wider than the specified width.
http://www.w3c.org/TR/CSS1#width
: )
Rich
:::::::::::::::::::::::::::::::::
Smiling Souls
http://www.smilingsouls.net
:::::::::::::::::::::::::::::::::