Will more tables slow?

Discussion in 'HTML & Website Design' started by pr0xy122, Dec 9, 2006.

  1. totaleffect

    totaleffect Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    ohhhh ok.. well ya your probably only getting like 128Kbps then or something like that to that host.. thats probably why.. but i agree more tables do slow the site down.
     
    totaleffect, Dec 10, 2006 IP
  2. sabian1982

    sabian1982 Notable Member

    Messages:
    2,028
    Likes Received:
    161
    Best Answers:
    0
    Trophy Points:
    210
    #22
    sabian1982, Dec 11, 2006 IP
  3. pr0xy122

    pr0xy122 Peon

    Messages:
    1,649
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Yeah ok Ive learnt how to use CSS more effectively (with floating and image displaying and CSS positioning) so ill probably use that technique now, thanks for the repsonses :).
     
    pr0xy122, Dec 11, 2006 IP
  4. Gordaen

    Gordaen Peon

    Messages:
    277
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #24
    There are a few of issues with this:

    Downloading
    Tables add to the file size, which makes the files take longer to download. The speed of this depends on the connection.

    Rendering
    Your browser has to interpret all of the tables to display the page; more tables = more work for the browser. Often, complete tables have to be downloaded before anything is displayed, so the previous issue can combine with this one. Once the site is downloaded, the rendering depends on the speed of the computer (RAM and CPU mostly).

    Aesthetics and Standards
    Anyone who follows webpage standards will tell you that tables are for tabular data not for layout. CSS is for layout. If you don't yet know CSS, you should find a css tutorial.
     
    Gordaen, Dec 11, 2006 IP
  5. leftybogs

    leftybogs Banned

    Messages:
    161
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #25
    no, unless theres an image in your table...
     
    leftybogs, Dec 13, 2006 IP