Here is my suggestion to fix the problem with the Ranking, Recent matches, Upcoming Matches that is causing the page to skew off the right.
tmnt_ladder_display
Code:
<div class="vbmenu_popup" id="laddertools_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr><td class="thead">$vbphrase[ladder_tools]</td></tr>
<if condition="$canjoinladder AND !$comper">
<tr><td class="vbmenu_option"><a href="competitions.php?do=ladderjoin&id=$lid">$vbphrase[ladder_join]</a></td></tr>
</if>
<if condition="$show['member']">
<tr><td class="vbmenu_option"><a href="competitions.php?do=ladder<if condition="$ladder[pot] == 1">team</if>challenges">$vbphrase[ladder] <if condition="$ladder[pot] == 1">$vbphrase[ladder_teamchlls]<else />$vbphrase[ladder_chlls]</if></a></td></tr>
</if>
<if condition="$caneditladder">
<tr><td class="thead">$vbphrase[ladder_admin_tools]</td></tr>
<tr><td class="vbmenu_option"><a href="competitions.php?do=ladderedit&id=$lid">$vbphrase[ladder_edit]</a></td></tr>
<tr><td class="vbmenu_option"><a href="competitions.php?do=ladderdelete&id=$lid">$vbphrase[ladder_delete]</a></td></tr>
</if>
</table>
</div>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td valign="top">
<table class="tborder" style="border-bottom-width: 0px;" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr><td class="tcat" width="100%">
$title
</td>
<td style="cursor: pointer;" class="vbmenu_control" id="laddertools" nowrap="nowrap">
<a href="#laddertools">$vbphrase[ladder_nav]</a><script type="text/javascript">vbmenu_register("laddertools");</script>
</td>
</tr>
</table>
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead normal">$ladder[cr_time]</td>
</tr>
<tr valign="top">
<td class="alt2">
<a class="bigusername" href="member.php?u=$ladder[cr_userid]">$ladder[cr_username]</a>
</td>
</tr>
<tr>
<td class="alt1">$ladder[description]
<div class="smallfont" style="margin-top: 12px;" align="right">
<if condition="$ladder[ed_username] != ''">
<div style="float: left;" align="left">
<div class="shade">$vbphrase[tmnt_lastedit] <a class="shade" href="member.php?u=$ladder[ed_userid]">$ladder[ed_username]</a> at $ladder[ed_time]</div>
</div>
</if>
<if condition="$canedittmnt"><a href="competitions.php?do=ladderedit&id=$id"><img title="$vbphrase[edit]" src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit]" border="0"></a></if>
</div>
</td>
</tr>
<if condition="!$comper AND $canjoinladder">
<tr>
<td class="alt2" align="center">
<a href="?do=viewladder&id=$id">$vbphrase[ladder_rankings]</a> | <a href="?do=viewladder&id=$id&sh=1">$vbphrase[ladder_recent_games]</a> | <a href="?do=viewladder&id=$id&sh=2">$vbphrase[ladder_upcoming_games]</a> | <a href="competitions.php?do=ladderjoin&id=$lid">$vbphrase[ladder_join]</a>
</td>
</tr>
</if>
</table></div></td>
<td style="padding-left: 6px;" valign="top" width="210">
<div style="padding: 0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" width="100%" border="0" cellpadding="6" cellspacing="1">
<tbody><tr align="left">
<td class="thead" colspan="3">
$vbphrase[ladder_details]
</td>
</tr>
<tr>
<td class="alt1 smallfont">
<div><span class="shade">$vbphrase[ladder_type]</span>
<if condition="$ladder[pot] == 1">$vbphrase[ladder_teams]<else />$vbphrase[ladder_singles]</if></div>
<div><span class="shade"><if condition="$ladder[pot] == 1">$vbphrase[ladder_noteams]<else />$vbphrase[ladder_noplayers]</if></span>
$ladder[noplayers]</div>
<if condition="$team">
<div><span class="shade">$vbphrase[ladder_tmin]</span>
$ladder[tmin]</div>
<div><span class="shade">$vbphrase[ladder_tmax]</span>
$ladder[tmax]</div>
</if>
<div><span class="shade">$vbphrase[ladder_views]</span>
$ladder[views]</div>
</td>
</tr>
</tbody></table>
</div>
</td>
</tr></table>
$competitorddms
$competitors