Quote:
Originally Posted by Zeph
Nothing wrong with a table layout mate, I always say, if it can be done with tables, do it with tables! Not all browsers fully support CSS yet so if you want it to look the same for everyone tables is the way to go imo.
|
The problem with using tables is that you have to include the presentation data with every page so in the future if you want to move bits about you need to alter each page. With css you only need to edit the one file to totally change the look of the site. I sure you've probably seen it but take a look at css zen garden (google it)