Earlier quoted context omitted.
> CssZenGarden also shows that refactoring a CSS-driven site is easier since you can do it without changing your templates. In my experience, this just doesn't happen in the real world.
I'm actually refactoring our marketing site, and most of the the work is done in CSS stylesheets. I sometime edit the markup to change classes or add the occasional . What I gain from CSS is that I can easily play with the layout and get a feel of what works best. I also code by hand. I guess table-base layout would be easier to experiment with using a wysiwyg editor.
...
> I sometime edit the markup to change classes or add the occasional .
Case in point.
> I guess table-base layout would be easier to experiment with using a wysiwyg editor.
Christ on a cracker, if a person is using a wysiwyg, they shouldn't even be in this discussion.