Using CSS width 'auto' value to automatically justify table column widths
bissatch@yahoo.co.uk
  12-20-05 - 12:06 AM
Hi,
How do I set the width of each column within a table? Would I use the
auto value for width? I tried to do:
#mytable td
{
width: auto;
}
...but no luck.
Any help?
Cheers
Burnsy