XHTML tables vs. CSS layouts

Discussion in 'Graphics and Design' started by dingbat, Jun 9, 2008.

Remove these ads by signing in
Remove these ads by signing in
Thread Status:
Not open for further replies.
  1. dingbat New Member

    Member Since:
    May 28, 2008
    Message Count:
    80
    Likes Received:
    0
    I would like to know some opinions on the comparison of using XHTML tables vs. CSS driven layouts. Which do you prefer?

    Being new to this, I'm glad I learned how to do it through CSS external style sheet first, and hope to stay away from XHTML tables except when they're being used for what they are actually designed for, presenting data. When I view the source of 95% of the websites they are made of XHTML tables.
  2. Alan New Member

    Member Since:
    Mar 25, 2008
    Message Count:
    188
    Likes Received:
    6
    Occupation:
    IT Lecturer and IT Consultant
    Location:
    Ayr, Scotland
    Use liquid layouts with CSS, not tables for layout. You're right about tables, use them for presenting information/data. Go the whole way and use XHTML strict too.
  3. dingbat New Member

    Member Since:
    May 28, 2008
    Message Count:
    80
    Likes Received:
    0
    Thanks for the advice Alan.
Thread Status:
Not open for further replies.

Share This Page