Zen in the Art of CSS

There is more than just a diagnosis of obsessive compulsive disorder when you build according to what is correct. And here comes csszengarden.com with a message filled with the power of cascading style sheets (CSS). I can’t count the times my “uptight” ass was saved from hours of misery because I took the time to centralize my HTML formatting in external CSS files. But csszengarden.com wants to take me to an even higher plane of salvation.

Their implicit message is that using table elements (td and th) instead of div elements to layout content is wrong. Hey! Tables should be used for (gasp) tabular data! They should not be a foundational element (pun not intended) of visual design. I agree with this but I still use tables. Here’s why:

rasx()