Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
CSS all the way, for the reasons you listed above and more. Tables still have their use for content that is "grid-like" in nature (read: stuff that's geared to look like an Excel spreadsheet or a database table), but that's about it.
The best piece of advice I can give you is the simplest: don't tackle a layout all at once, like most people do. Take it in steps. Get a section of it done, look at it in as many browsers as you can, then move on to the next one. Don't code it all, look at it in one browser, and then hack for others...it takes ten times longer that way, contrary to published opinion.
|