Quote:
Originally Posted by JD
for containing/displaying data, tables are a proper way to do it. That's what tables are for.
CSS is more of site/page structure and tables are for data containers (name/address/colors/shapes/etc)
|
Aren't all of your designs done in tableless CSS? What do you think would be the best or most valid method for displaying columns like this dynamically in CSS?
For example:
http://www.monstersofblog.com/port/adulttube.jpg
What kind of structure do you use to place 4 in each row? Does it just push them into a new row because 4 of them reaches the exact width of the container?