> I have some information that I want to present in a grid / table
> format (six columns by nine rows) but I'd like to use CSS to do it. Is
> this realistic? Or is it more practical to just use tables?
> 
> Gale

Assuming its tabular data, you can (and should) use tables for this, using
CSS to style the table(s) of course.

Using CSS and semantic markup does not preclude the use of tables, it just
means you generally shouldn't use tables for layout. Tables should be used
for what they were intended for, the organization of tabular data.

HTH

Regards,
Ron
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to