Here is the link where I am using this script:
http://www.extremebattles.com/modules.php?name=ladders
Go to that link and it's supposed to work like this:
You click on the game on the left and the ladders come up underneath it.
Here is the php code where the problem is happening:
I think it has something to do with the <tr><td>'s it echo's out inside the <div>....PHP Code:echo "<div id=\"sc1\" class=\"switchcontent\">";
while ($count != $laddercount) {
echo "<tr><td>$ladder[$count]</td></tr>";
$count++;
}
echo "</div></table></td>";
Is this the problem, if so how can i fix this?
If not what else could be wrong?
Thanks



Reply With Quote

Bookmarks