Table with 1200 rows, very difficult and slow

Discussion in 'HTML & Website Design' started by hhheng, Dec 18, 2006.

  1. #1
    I have a list with 1200 free directories which was submitted by myself, and want to put this list on my website. But in dreamveaver, if you insert a table with 1200 rows, this will almost crash your computer and even a single move of mouse will be very slow. And if I separate it to several tables and set cellpadding and cellspacing, it has problem of alignment (down tables will shift the colums a few pixels to the right from the uppder table).

    Can anybody give me some advice or solutions for this? BTW, what's <tbody>?
     
    hhheng, Dec 18, 2006 IP
  2. dp-user-1

    dp-user-1 Well-Known Member

    Messages:
    794
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    110
    #2
    Use multiple pages.
     
    dp-user-1, Dec 18, 2006 IP
  3. donthate

    donthate Banned

    Messages:
    922
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #3
    make multiple pages with lets say 100 on a page.

    navigation example:

    page one:

    <a href="2.html">next page</a><br>

    page two

    <a href="1.html">back</a> | <a href="3.html">next page</a><br>

    page 11
    <a href="10.html">back</a> | <a href="12.html">next page</a><br>


    etc
     
    donthate, Dec 18, 2006 IP
  4. klown

    klown Peon

    Messages:
    2,093
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    0
    #4
    i would generate the code and paste it into the dreamweaver code page, that doesn't lag like the design view. If you send me the table i'll send you back the htm file, no charge :)
     
    klown, Dec 18, 2006 IP
  5. tofumonkey

    tofumonkey Peon

    Messages:
    36
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    hmmm,

    you all are coding in pure html?

    i'm sure there are alot of free cms systems that suits your purposes?

    alternately,

    12 pages of 100 links is more viable. :)
     
    tofumonkey, Dec 18, 2006 IP
  6. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #6
    kk5st, Dec 18, 2006 IP
  7. isti

    isti Banned

    Messages:
    322
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #7
    to be professional can try php and mysql... both are free and easy to use and very fast if written well... wht u say friends???
     
    isti, Dec 19, 2006 IP
  8. M2D

    M2D Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I second isti, it's the only way to go.
     
    M2D, Mar 19, 2007 IP