Home > Text > Drawbacks of the table-based layout
Drawbacks of the table-based layout
 

Using tables for layout for the whole page or just for a part of it such as header, footer, menus has some drawbacks:

 

  • It increases the page code and makes the page load slower

  • It is not good for SEO (Search Engine Optimisation) and lowers the website`s ranking  and position in search engine results

  • It decreases accessibility - users with disabilities and viewers using cell phones and PDAs may not be able to access the site

 

This problems can be avoided by using CSS-based design.

Here are the benefits of using CSS to create the layout and format your content:

 

  • The HTML code on each page is much cleaner
  • The CSS file is cached from the very beginning, and this speeds up the load time for the next pages
  • The update process can be performed much faster: it is enough to modify a single file to change the entire site, no matter the number of its pages.
  • The content and presentation are separated in different files.
  • No need for JavaScript for rollovers and mouseovers - menus that contain standard HTML links to other important areas of the site are easily discoverable by search engines.
  • The content-to-code ratio is increased, wich makes the page structure easier to read for both the webmaster and the spiders.
  • The browser compatability is increased - CSS-based web sites are compatible with PDA and mobile phone browsers. Also, people with various disabilities (mainly visual) use what are called "accessibility readers", that translate the HTML code into various formats that contain no HTML tags.
  • The search engine rankings are increased - Search engines spider will be able to index your pages much faster, as the important information can be placed higher in the HTML document. Also, the amount of relevant content will be greater than the amount of code on a page.

 


Metainfo:
Author: Webservices GmbH factline; Copyright: factline Webservices GmbH; Published by: factline GmbH (factline6)
factID: 1247011.7 (...history); published on 13 Oct. 2008 16:59
 
Referers (1):