For what its worth, I just applied the advice from Chris's page
(http://icant.co.uk/articles/tables/) to present my data in a table, and my
data is looking great! I've never used CSS with tables before and Chris'
tutorial made it a piece of cake to implement.

Thanks to all who replied. (Also, to answer the others' questions, yes this
is tabular data which I need to present.)

Gale

---
Gale Stafford Consulting
http://gstafford.com/


> Hello folks! Newbie list member here!
>
> 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?

It is more logical to use tables. With tables you can connect data
cells and headers via scope or ID/headers for assistive technology,
with other markup you cannot make this connection transparent to - for
example - screen readers.

More: http://icant.co.uk/articles/tables/
Design inspiration: http://icant.co.uk/csstablegallery/

HTH
Chris

______________________________________________________________________
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