Re: Tables or CSS? I would definitely do any new sites in CSS.
Whilst table based designs may be easier to code for some people, the CSS based designs are better in many ways:
- Uses less bandwidth
- Search engines like them, less HTML to parse to find your content
- Easier to update your sites in future
- Layouts are usually rendered faster by the browser
You should not stop using tables altogether though, tabular data should use tables, don't try re-creating that in divs. |