<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"<A href="http://www.w3.org/TR/html4/loose.dtd">[/HTML">http://www.w3.org/TR/html4/loose.dtd">
Tables are really the way to go if you truly plan your site. But as browsers mature more and DIV layouts are popping up. But I always go with tables. Consider it like a scaffolding for a house. BUt you do have to plan well. But your doc type has everything to do with how your web page is interpreted by the browser. That is if I understand what is being asked. Anything can be done with tables, and frames are not always bad either.
That’s not true. If you have a CSS based layout and a table based layout that look exactly the same, the CSS layout is virtually always lighter, more accessible, easier to maintain, and better for people with PDAs.
Take a look at http://alistapart.com - there are many good articles on CSS based layouts and XHTML. MM’s DevCenter has some decent articles as well
I still say tables are the way to go. I do use div layouts also. But I find that a well planned table layout is less problematic. And you can still contrl them with css. But to each his own.