Tables are bad
use div's and CSS
div
..snip..
Yes, I have seen this. Now have you ever read The Smurfs? They talk the same way as the example above (Southpark's Marklar is another example). Pages could look great when using this markup, but it's not what HTML is invented for. The purpose of HTML is to give meaning to your documents, by defining the function of each element. p for paragraphs and h1 for a header and so on. Also see [HTML] useful element constructions about useful constructions. Furthermore, do not use accessive class attributes, and do not use them with the intention to define style. See my writings about class, id and style.
p
h1
class
So stop talking Smurf language, your fellow-Smurfs might understand what you're talking about, but Google for instance does not, blind people's screenreaders do not either. Just use HTML the way it is meant to be:
..snip again..