Help I have exceeded the total number of links allowed on a page

Discussion in 'HTML & Website Design' started by sportinus, May 13, 2011.

  1. #1
    I am creating a sports website. I have a 32 team league that plays 18 games for each team, So I originally planned to set up a table with 3 columns and and put the games in there making each a link. If the game has not been played then if cllicked it goes to the input fomr for the game score, if the game has been played then it goes and displays the stats if it is clicked. I have found that at aorund 220 links on the page the browsers will no longer show the page. So I assume I hit some kind of link limit. So I am looking for other ideas on how to display and have this work.

    ex.
    WEEK 1 WEEK 2 WEEK 3

    Team 1 Team 3 Team 1
    Team 2 Team 1 Team 4

    Team 3 Team 4 Team 2
    Team 4 Team 2 Team 3


    .....


    WEEK 16 WEEK 17 WEEK 18

    Team ,,,,
     
    sportinus, May 13, 2011 IP
  2. sportinus

    sportinus Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I did a quick test with 24 teams, so with 24 links per week at 12 weeks, 12*24 = 288 links the page displayed. but at 24 at 15 weeks, 24*15 = 360 links page did not display
     
    sportinus, May 13, 2011 IP
  3. cDc

    cDc Peon

    Messages:
    127
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Are you sure the html table markup is correct I have worked with bigger tables without a problem.

    Alternatively you could use jquerys .html() function to append the link only when the cell is clicked...
     
    cDc, May 13, 2011 IP
  4. sportinus

    sportinus Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It is just a for loop, so if it work for 12 it should work for 15. right? it is not the table size. If I just put the names sith out a link it draws perfect, when I make each team a link then it does not work.
     
    sportinus, May 13, 2011 IP