DIV’s vs. Tables or CSS vs. Being Stupid

There’s the Yahoo Grid CSS which can do all sorts of things.

But remember: CSS IS NOT A RELIGION. If you save hours by using tables instead of css, do so.

One of the corner cases I could never make my mind up about is forms. I’d love to do it in css, but it’s just so much more complicated than tables.

You could even argue that forms are tables, in that they have headers (labels) and data (input fields).

Leave a Comment