Quote Originally Posted by rlhanson View Post
Either JohnMarc or another programmer I know sent me a link to a site that had CSS styled webpages that you could change the entire look of the same page just by clicking on a different style. It was really cool and I've thought about it off and on since.
Here it is...
css Zen Garden: The Beauty in CSS Design
Quote Originally Posted by rlhanson View Post
JohnMarc - why the conversion? Is it that much better to work with or ?
Well, like C says, tables can get really nasty and nested in no time. I had pages where crap went off screen, couldn't find it. And, since Zoffix was giving me so much crap -G- I figured I should redo the structure. With Firebug, its a bit easier to deal with.

Other reason, many browsers will not render a page until the whole table is read in, but with DIVs, the screen gets drawn incrementally, so there isnt a big long pause getting SOMETHING on the screen.