Quote:
Originally Posted by Sal Collaziano
My Cadillac Timeslips page isn't extending all the way to the right. It sort of cuts off a little past midway on my screen. I suppose it'll look different depending on your resolution..
Does anyone know what could have gone wrong?
Thanks...
|
I found that the problem is from my hack, to fix it you can replace "timeslips" template with this:
HTML Code:
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<meta name="description" content="$foruminfo[description]" />
<title>$vboptions[bbtitle] - $vbphrase[timeslips_database]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="0" cellspacing="0" border="0" bgcolor="0" width="100%" align="center">
<tr><td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
<tr id="cat">
<td class="tcat"><b> $vbphrase[timeslips_database]</b>
</td>
<td align="$stylevar[right]" class="tcat">
<form name="whatever" style="display:inline;">
<script language="javascript" type="text/javascript">
<!--
function go()
{
location=document.whatever.example.
options[document.whatever.example.selectedIndex].value
}
//-->
</script>
<select name="example" size="1" onchange="go()">
<option value="">$vbphrase[timeslips_sort_by]:</option>
<option value="timeslips.php?$session[sessionurl]&do=quarter">1/4 Mile ET</option>
<option value="timeslips.php?$session[sessionurl]&do=quartermph">1/4 Mile MPH</option>
<option value="timeslips.php?$session[sessionurl]&do=eighth">1/8 Mile ET</option>
<option value="timeslips.php?$session[sessionurl]&do=eighthmph">1/8 Mile MPH</option>
<option value="timeslips.php?$session[sessionurl]&do=sixty">60' Time</option>
<option value="timeslips.php?$session[sessionurl]&do=rwhp">Horsepower</option>
<option value="timeslips.php?$session[sessionurl]&do=slip">Cars w/proof of ET</option>
<option value="timeslips.php?$session[sessionurl]&do=na">N/A cars only</option>
<option value="timeslips.php?$session[sessionurl]&do=singledigitcars">Single Digit Club</option>
<option value="timeslips.php?$session[sessionurl]&do=10seccars">10 Sec Club</option>
<option value="timeslips.php?$session[sessionurl]&do=11seccars">11 Sec Club</option>
<option value="timeslips.php?$session[sessionurl]&do=12seccars">12 Sec Club</option>
<option value="timeslips.php?$session[sessionurl]&do=13seccars">13 Sec Club</option>
<option value="timeslips.php?$session[sessionurl]&do=14seccars">14 Sec Club</option>
<option value="timeslips.php?$session[sessionurl]&do=slowcars">15+ Sec Cars</option>
<option value="timeslips.php?$session[sessionurl]&do=username">$vbphrase[username]</option>
<option value="timeslips.php?$session[sessionurl]&do=averages">$vbphrase[timeslips_site_averages]</option>
</select>
</form>
</td>
</tr>
<tr>
<td colspan="2">
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%" bordercolordark="#808080" style="border-collapse: collapse;background-color:white" border="1">
$timeslipsbit
<tr>
<td class="tfoot" colspan="2">
<!-- please don't remove this -->
<font size="1"><center>[vBTimeslipDatabasev2.0 by <b><a href="http://modernmusclecars.net">EvilLS1</a></b>.Converted to vb3.5 by <b><a href="mailto:deathemperor@gmail.com">deathemperor</a></b>]</center></font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<font size="1"><a href="profile.php?$session[sessionurl]do=edittimeslip">$vbphrase[timeslips_submit]</a></font>
</td></tr>
</table>
<br />$pagenav
$footer
</body>
</html>
that would fix it.