View Single Post
  #6 (permalink)  
Old 11-07-2007, 05:27 PM
Orion's Avatar
Orion Orion is offline
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Sep 2003
Location: Halton Hills, ON
Posts: 702
Orion RepRank 4Orion RepRank 4Orion RepRank 4Orion RepRank 4
Default Re: Is table-less worthless?

OUCH.. not great advice...
  1. The purpose of a table is to mark up data for display (eg. a spreadsheet look) NOT for layout.
  2. Code to Content ratio... the main SEO benefit of using a tableless design.
  3. Easier
    1. Easier to update
    2. Easier to read the code
    3. Easier to redesign your entire site in a couple years if you like
  4. Site will validate properly
  5. Site will be more accessible (less loss of customers) meets US legal requirements
  6. Site can be easily rendered for mobile browsers
  7. Site will load faster (has SEO weight)
  8. It's just proper

If you're not to up on it use Dreamweaver or another tool to help you build. In DW just click new then from the dialogue choose html choose an outline you want, choose xhtml transitional or strict click ok and you're done.

Plug in your content, edit the css colors and design and you're off to the races.

Personally I prefer not to use those as I go for bare minimums on my css, but that will work simple and easily.

Also note: I'm not saying you don't use tables anywhere, sometimes you can't get things to line up cross browser, and the time isn't there so a table will do it. But try to avoid them when you can.

Last edited by Orion; 11-07-2007 at 05:34 PM.
Reply With Quote