|
|
 |
RE: FN-FORUM: CSS tables
date posted 1st May 2003 15:44
> Then each cell will expand / shrink to it's hearts content.
>
> I don't really want to set the widths of the columns explicityly.
>
> Is this a case of "well really the easiest way is to use a table" ;-)
>
> cheers
> Andy
What's in the table?
if it's tabular data then you really should use a table.
if its a table to control layout of images etc then really it should be
replaced by CSS-P where you should explicitly set the widths of columns
and style each column rather than each cell.
e.g class="column1"; class="column2" etc
Using CSS doesn't mean not using tables, despite popular opinion.
here's a good resource on styling tables:
http://www.timrivera.com/tests/csstables.html
|
 |
|