View Single Post
  #6 (permalink)  
Old 01-09-2009, 07:36 AM
kgun's Avatar
kgun kgun is offline
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: May 2005
Location: Norway
Posts: 5,707
kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9kgun RepRank 9
Default Re: CSS based design vs. Table based design

Two recommended books:

Everything*You*Know About CSS*Is*Wrong! - SitePoint Books

HTML*Utopia: Designing*Without*Tables Using*CSS, 2nd*Edition - SitePoint Books

Generally use tables for tabular data. Use CSS / XSLT for styling.

Different style sheets can be used to make:
  1. Your site more accessible.
  2. Easier to adapt to mobile devices.
  3. Easier to modify your site wide styling in central single style sheets.
  4. That also means that the site will load faster since the style sheet is already in the servers primary storage / memory.
I doubt any direct SEO effect.
Reply With Quote