Quote:
Originally Posted by sexuallyhealed
There's no difference between tables and tableless. Nobody is going to join or visit your site any faster just because you have pure CSS.
Pure CSS is overrated. If I don't get 10x more visits or joins to a site then what the hell is the point of coding in pure CSS when you can just use tables?
|
Tables and CSS are not opposing options... Tables are html/xhtml formatting, CSS is, as the name implies, styles...
There is no such thing as pure CSS...
Tables are NOT supposed to be used for formatting, they're for tabular data. Divs should be used for formatting.