Another Convert to Tableless Design

Posted by Karen - June 28th, 2006

A smart client of mine has asked me to convert her site to tableless XHTML and CSS and I am more than happy to oblige.
She is concerned with bandwidth as her site gets a ton of traffic. She also wanted to make her site easier to manage and I’m creating include files so that she can change things like menus much quicker and easier.

Slowly but surely site owners are starting to see the benefits of having a tableless design. After all, who wouldn’t want a faster-loading site that uses less bandwidth, is more accessible, yet still looks good?

Share and Enjoy:
  • Digg
  • del.icio.us
  • Google
  • StumbleUpon
  • Facebook
  • Technorati

3 Responses to “Another Convert to Tableless Design”

  1. Frits Says:

    That is the great advantage of CSS.
    I did that too some time ago. I had 4 or 5 different sitemenu and pagenavigation styles from which I had to choose from. So I put them in different include files and showed them on different pages. That made it easier to select the styles I wanted to.

    You can also use them to make different colorschemes for different pages. If you use cookies you can even have the visitors select their preferred styles and menus. Where does it all end?
    :)

  2. LobsterMan Says:

    Although slowly, It’s happening. More and more people realize the benefit of valid CSS design. I recently converted a huge portal from tables to xhtml/css it reduces about 70% of the file size!!! (counting the css file ;))

  3. Karen Says:

    that is a huge reduction, Lobsterman!
    I imagine it was quite gratifying to complete the project and have it all validate. :)

    Frits, includes are a Godsend! I can’t fathom having to change every single page of a huge site anymore…