Table based HTML Vs. Tableless XHTML/CSS

Discussion in 'HTML & Website Design' started by TheNoose, Jan 27, 2009.

  1. #1
    I recently received a template and it has a table based HTML version (with a css file) and a table-less xhtml/css version.

    Which is better to use for functionality, ease and SEO.

    Thanks!
     
    TheNoose, Jan 27, 2009 IP
  2. mikey801

    mikey801 Peon

    Messages:
    3
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    CSS based is the way to go - usually much less code, more accessible, more standards based approach
     
    mikey801, Jan 27, 2009 IP
  3. dmi

    dmi Well-Known Member

    Messages:
    2,705
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    140
    #3
    Tableless is the current standard, and it's way more appropriate for SEO and the new browsers.
     
    dmi, Jan 27, 2009 IP
  4. Neticule

    Neticule Well-Known Member

    Messages:
    491
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    108
    #4
    CSS for sure. After learning css I will never go back to tables (except to format actual data in a table)
     
    Neticule, Jan 27, 2009 IP
  5. TheNoose

    TheNoose Peon

    Messages:
    1,005
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Excellent, thanks for the opinions... they are what I was hoping for! Tables were confusing the hell out of me.
     
    TheNoose, Jan 27, 2009 IP
  6. cincityc

    cincityc Greenhorn

    Messages:
    55
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #6
    I have always used CSS based and it works great for me.
     
    cincityc, Jan 27, 2009 IP
  7. NosZHi

    NosZHi Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I use xhtml & css for the design and tables for long database query listing.
     
    NosZHi, Jan 27, 2009 IP
  8. HardBody24

    HardBody24 Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    My rule of thumb is use tables only for presenting data or a type of list. Tableless is the way to go.
     
    HardBody24, Jan 28, 2009 IP
  9. Tsid

    Tsid Peon

    Messages:
    58
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Yes, CSS is the best way. Tables were initially designed to present tabular data, not for making layouts.
     
    Tsid, Jan 28, 2009 IP