<div> or <table> IYO

Discussion in 'HTML & Website Design' started by nabil_kadimi, May 3, 2007.

  1. #1
    HI!

    I see a lot of good sites that still use table based layout.

    What is the best for SEO, <div> or <table>, do we still need to use <table>?
     
    nabil_kadimi, May 3, 2007 IP
  2. Felu

    Felu Peon

    Messages:
    1,680
    Likes Received:
    124
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <div> is better IMO. Not sure about SEO but div's can serve the purpose of a table aswell and display better than tables in all browsers.
     
    Felu, May 3, 2007 IP
  3. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #3
    To layout a page, css should be used, see this post I made regarding why tables should not be used to layout pages.
     
    bacanze, May 3, 2007 IP
  4. LittlBUGer

    LittlBUGer Peon

    Messages:
    306
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I don't think it matters all that much for SEO, but overall divs are better. :)
     
    LittlBUGer, May 3, 2007 IP
  5. kkoder2007

    kkoder2007 Peon

    Messages:
    172
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Another vote for <div>s,
    less coding, more flexiblility, easy to edit,

    I love them
     
    kkoder2007, May 4, 2007 IP
  6. Dakuipje

    Dakuipje Peon

    Messages:
    931
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Div is better. Not only for SEO but for multiple reasons.
     
    Dakuipje, May 4, 2007 IP
  7. fouadz

    fouadz Peon

    Messages:
    132
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    for layout designing DIV is better.
    If you only want to create a regular table ... use tables.
     
    fouadz, May 4, 2007 IP
  8. kkibak

    kkibak Peon

    Messages:
    1,083
    Likes Received:
    78
    Best Answers:
    0
    Trophy Points:
    0
    #8
    There's no question that divs, or more accurately, css in general, is much more powerful than just using tables.

    I was stuck on tables for years, but once you make the switch to css and get a feel for it, the convenience and power advantages are enormous.
     
    kkibak, May 4, 2007 IP
  9. AffiliateD

    AffiliateD Guest

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    definitely divs
     
    AffiliateD, May 4, 2007 IP
  10. VimF

    VimF Well-Known Member

    Messages:
    307
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    118
    #10
    Yes, div.

    But there are some guys out there still keeps saying "div and css are stupid, let's stick with table" and wasting their time to prove it.
     
    VimF, May 4, 2007 IP
  11. nate@infinfx

    nate@infinfx Peon

    Messages:
    80
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    I don't think there is an SEO difference, but page efficency difference, yes!
     
    nate@infinfx, May 5, 2007 IP
  12. jehzlau

    jehzlau Active Member

    Messages:
    301
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    73
    #12
    go for div tags! :) only use tables for tabular data... but for the rest.. even html forms use div tags ^_~
     
    jehzlau, May 5, 2007 IP