Click to See Complete Forum and Search --> : remaking my home page to clean up


ennui
10-17-2003, 01:40 AM
I am remaking my home page using div layers instead of tables please tell me what you guys think.. <<<Old>>>> (http://www.conceptual-designs.net)
<<<NEW>>> (http://www.conceptual-designs.net/test.htm) I keep hearing about being able to use css for table lay outs how does that work and is it really worth it?

Daria
10-17-2003, 11:54 AM
There are still 10 <table>s in your code. Instead of nesting table in a table (before) you now have nested tables in the divisions... Still needs work if you want to go pure CSS.
Yes, its worth it. Unfoftunately I have to use tables on most of my work per clients' request, but CSS is much better - it's been discussed a lot, search on the "accessibility" for more info.