whats better a site made using tables or css?

Discussion in 'HTML & Website Design' started by fuzzbuzz, Jun 30, 2008.

  1. #1
    Whats better and why?

    Thanks

    Fuzz
     
    fuzzbuzz, Jun 30, 2008 IP
  2. riftshighway

    riftshighway Active Member

    Messages:
    368
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    60
    #2
    CSS--it's the future of W3C.
     
    riftshighway, Jun 30, 2008 IP
  3. jmf000

    jmf000 Peon

    Messages:
    46
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    TABLES are used for structure while CSS for layout.
     
    jmf000, Jun 30, 2008 IP
  4. jamesicus

    jamesicus Peon

    Messages:
    477
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #4
    jamesicus, Jun 30, 2008 IP
  5. moneylizard

    moneylizard Peon

    Messages:
    383
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    It really depends on your goal of the web page...
     
    moneylizard, Jun 30, 2008 IP
  6. chizarium

    chizarium Peon

    Messages:
    73
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    DIV and CSS is the way to go SEO-wise

    If you look at the cached view of websites programmed like this they look the cleanest and the search engines like it the best

    If you look at the cached view of pages that use an abundance of tables you will see how ugly it looks

    P.S. search engines LOVE Wordpress, and there are no tables in the code, only DIVs and CSS
     
    chizarium, Jun 30, 2008 IP
  7. itliberty

    itliberty Peon

    Messages:
    1,173
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Agree with many of the comments. Take a look at pages coded both ways. Then think about a search engine crawling it and what it is seeing.

    There is a place for both, but CSS can remove a great deal of coding from your page. Search engines do their best to ignore known tags, however every page of yours is compared to others. Plain and simple, clean pages get indexed better. CSS helps you build clean pages.

    I only bring up one issue. We are still at a point where CSS attributes are dealy with differently from browser to browser, but so are tables. If there is any chance of things getting fixed to be more uniform it would be with the CSS. So start coding your sites that way now and you will be prepared.
     
    itliberty, Jun 30, 2008 IP
  8. fuzzbuzz

    fuzzbuzz Active Member

    Messages:
    315
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #8
    Hi all,

    Thanks a lot for the replies.
     
    fuzzbuzz, Jun 30, 2008 IP