Re: Tableless CSS web design?
I'm gonna have to say that tables in layouts are a big no-no these days. We've come a long way with CSS-based layouts, and no professional would even consider using tables for the sake of layout these days. Let tables display tabular data, and not define the look of a site, when it can be done just as easy with CSS.
Tables + layouts, for all intents and purposes, should be considered a dead technique.
|