Steven Costello wrote:
I am working on some pages on a site in which I am trying to recreate
tables using CSS with DIV's. I am having a hard time with this.

Does anyone have any opinions about which is the best route to go?

http://www.trinityinfo.org/News/Weekly-Worship-Flier.php.

Why recreate a perfectly good table by using divs?

It is _most often_ wrong to use tables as layout-tools for non-tabular
content.
It is _most often_ equally wrong to use divs as layout-tools for tabular
content.

Lists may sometimes work well as replacements for tables, but I see no
reason for replacing or recreating the table you have (commented out)
there now.

regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
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