bgtking
02-22-2003, 08:44 PM
I have make a border for my forums and on the forum home, there is an extra category description table.
Page with the problem. It is the gray table above the first category. (http://www.bgtguide.com/forums)
Here is the HTML used.
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber1" cellspacing="0" height="100">
<tr>
<td width="32" background="images/top_left.jpg"> </td>
<td background="images/top_bar.jpg"> </td>
<td background="images/top.jpg" width="641" height="100"> </td>
<td background="images/top_bar.jpg"> </td>
<td width="33" background="images/top_right.jpg"> </td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
<tr>
<td width="21" background="images/side_left.jpg" height="18"> </td>
<td bgcolor="#ECECEC" height="18">
<p align="center"> {htmldoctype}
<html>
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- end no cache headers -->
<meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft">
<meta name="description" content="$bbtitle is a discussion forum powered by vBulletin. To visit the forum, go to $bburl/ . To find out about vBulletin, go to http://www.vbulletin.com/ .">
<title>$bbtitle - powered by vBulletin</title>
$headinclude
</head>
<body>
$header
<!-- text -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="top">
<td><img src="{imagesfolder}/vb_bullet.gif" border="0" align="middle" alt="$bbtitle : Powered by vBulletin version $templateversion">
<normalfont><b>$bbtitle</b></normalfont></td>
<td align="right"><smallfont>$welcometext<br><b>$newposts</b></smallfont></td>
</tr>
</table>
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
$unregwelcomemessage
<tr valign="bottom">
<td><smallfont>
Members: $numbermembers, Threads: $totalthreads, Posts: $totalposts<br>
Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">$newusername</a>
</smallfont></td>
<td align="right"><smallfont>
The time now is $timenow.<br>
You last visited: $bbuserinfo[lastvisitdate].
</smallfont></td>
</tr>
</table>
<!-- /text -->
<br>
<!-- main -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr align="center">
<td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td>
</tr>
$forumbits
$loggedinusers
$birthdaybits
$pminfo
</table>
</td></tr></table>
<!-- /main -->
<br>
<!-- timezone/login-->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="top">
<td><smallfont>$timezone</smallfont></td>
<td align="right">$logincode</td>
</tr>
</table>
<!-- /timezone/login -->
<br>
<!-- icons -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td align="center">
<img src="{imagesfolder}/on.gif" border="0" alt="On" align="absmiddle">
<b><smallfont>New posts</smallfont></b>
<img src="{imagesfolder}/off.gif" border="0" alt="Off" align="absmiddle">
<b><smallfont>No new posts</smallfont></b>
<img src="{imagesfolder}/offlock.gif" border="0" alt="Closed Forum" align="absmiddle">
<b><smallfont>A closed forum</smallfont></b>
</td>
</tr>
</table>
<!-- /icons -->
</body></html></td>
<td width="27" background="images/side_right.jpg" height="18"> </td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber3" cellspacing="0">
<tr>
<td width="70" background="images/bottom_left.jpg"> </td>
<td background="images/bottom.jpg" height="30"> </td>
<td width="70" background="images/bottom_right.jpg" height="30"> </td>
</tr>
</table>
</center>
</div>
<p align="center">
<html>
<body>
$footer</body></html></p>
There is also one other thing on the showthread template. I use my border but there are 4 or 5 gaps on several different spots.
Example (http://www.bgtguide.com/forums/showthread.php?threadid=348&perpage=15&pagenumber=178)
Code Used
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber1" cellspacing="0" height="100">
<tr>
<td width="32" background="images/top_left.jpg"> </td>
<td background="images/top_bar.jpg"> </td>
<td background="images/top.jpg" width="641" height="100"> </td>
<td background="images/top_bar.jpg"> </td>
<td width="33" background="images/top_right.jpg"> </td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
<tr>
<td width="21" background="images/side_left.jpg" height="18"> </td>
<td bgcolor="#ECECEC" height="18">
<p align="center"> {htmldoctype}
<html>
<head><title>$bbtitle - $thread[title]</title>
$headinclude
<script language="javascript" type="text/javascript">
<!--
function aimwindow(aimid) {
window.open("member.php?s=$session[sessionhash]&action=aimmessage&aim="+aimid,"_blank","toolbar=no,location=no,menubar=no,scrollbars=no,wi dth=175,height=275,resizeable=yes,status=no")
}
// -->
</script>
</head>
<body>
$header
<!-- breadcrumb, nav links -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td>$navbar</td>
$ratingdisplay
</tr>
</table>
<!-- /breadcrumb, nav links -->
<a name="posttop"></a>
<!-- End content area table (CREATED IN HEADER!!) -->
</td>
<td bgcolor="#ECECEC" width="27" background="images/side_right.jpg">
</td>
</tr>
</table>
<!-- spacer -->
<!-- /spacer -->
<p> <body>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
<tr>
<td width="21" background="images/side_left.jpg" height="18"> </td>
<td bgcolor="#ECECEC" height="18" align="center">
<p align="center"> <table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0">
<tr><td width="10">
<img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td><td width="100%">
<!-- /spacer -->
$poll
<!-- first unread and next/prev -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td><smallfont>$pagenav $firstunread </smallfont></td>
<td align="right"><smallfont>
<img src="{imagesfolder}/prev.gif" alt="" border="0">
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
<img src="{imagesfolder}/next.gif" alt="" border="0">
</smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{tableheadbgcolor}" width="175" nowrap><smallfont color="{tableheadtextcolor}" class="thtcolor"><b>Author</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="100%">
<!-- Thread nav and post images -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%"><smallfont color="{tableheadtextcolor}" class="thtcolor"><b>Thread</b></smallfont></td>
<td>
<a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]">
<img src="{newthreadimage}" border="0" alt="Post New Thread"></a></td>
<td><normalfont> </normalfont></td>
<td>
<a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid">
<img src="$replyclose" border="0" alt="Post A Reply"></a></td>
</tr>
</table>
<!-- /Thread nav and post images -->
</td>
</tr>
</table>
</td></tr></table>
<!-- /spacer -->
</td><td width="5">
<td width="5"> </td></tr></table>
</td>
<td width="27" background="images/side_right.jpg" height="18" align="center"> </td>
</tr>
</table>
</body></p>
<p>$postbits<body></p>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
<tr>
<td width="21" background="images/side_left.jpg" height="18"> </td>
<td bgcolor="#ECECEC" height="18" align="center">
<p align="center"> $replybox<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0">
<tr><td width="10">
<img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td><td width="100%">
<!-- spacer -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{tableheadbgcolor}" width="100%">
<!-- time zone and post buttons -->
<table border="0" cellspacing="0" cellpadding="0" bgcolor="{tableheadbgcolor}">
<tr>
<td width="100%"><smallfont color="{tableheadtextcolor}"><b>$timezone</b></smallfont></td>
<td>
<a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]">
<img src="{newthreadimage}" border="0" alt="Post New Thread"></a></td>
<td><normalfont> </normalfont></td>
<td>
<a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid">
<img src="$replyclose" border="0" alt="Post A Reply"></a></td>
</tr>
</table>
<!-- /time zone and post buttons -->
</td>
</tr>
</table>
</td></tr></table>
<!-- first unread and next/prev -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td><smallfont>$pagenav </smallfont></td>
<td align="right"><smallfont>
<img src="{imagesfolder}/prev.gif" alt="" border="0">
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
<img src="{imagesfolder}/next.gif" alt="" border="0">
</smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->
<!-- /spacer -->
</td><td width="10">
<img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td></tr></table>
</td>
<td width="27" background="images/side_right.jpg" height="18" align="center"> </td>
</tr>
</table>
</body> <body>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
<tr>
<td width="21" background="images/side_left.jpg" height="18"> </td>
<td bgcolor="#ECECEC" height="18" align="center">
<p align="center"> <table cellpadding="10" cellspacing="0" border="0" width="{tablewidth}" bgcolor="{pagebgcolor}" align="center">
<tr>
<html>
<body>
<td>
<!-- thread options links -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{firstaltcolor}" align="center"><smallfont>
<img src="{imagesfolder}/printer.gif" alt="" border="0" align="absmiddle">
<a href="printthread.php?s=$session[sessionhash]&threadid=$threadid">Show Printable Version</a> |
<img src="{imagesfolder}/sendtofriend.gif" alt="" border="0" align="absmiddle">
<a href="sendtofriend.php?s=$session[sessionhash]&threadid=$threadid">Email this Page</a> |
<img src="{imagesfolder}/subscribe.gif" alt="" border="0" align="absmiddle">
<a href="member2.php?s=$session[sessionhash]&action=addsubscription&threadid=$threadid">Subscribe to this Thread</a>
</smallfont></td>
</tr>
</table>
</td></tr></table>
<!-- /thread options links -->
<p>
<br>
<!-- forum jump and rate thread -->
</p>
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td>$forumjump</td>
<td align="right">$threadrateselect</td>
</tr>
</table>
<!-- /Rate this thread -->
<p>
<br>
<!-- forum rules and admin links -->
</p>
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="bottom">
<td><smallfont><b>Forum Rules:</b>$forumrules</smallfont></td>
<td align="right">
$adminoptions
</td>
</tr>
</table>
<!-- /forum rules and admin links -->
<p> </body></html></td>
<td width="27" background="images/side_right.jpg" height="18"> </td>
</tr>
</table>
</td>
<td width="27" background="images/side_right.jpg" height="18" align="center"> </td>
</tr>
</table>
</body></p>
<!-- /spacer -->
<!-- restart content table from header -->
</body>
</html>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber3" cellspacing="0">
<tr>
<td width="70" background="images/bottom_left.jpg"> </td>
<td background="images/bottom.jpg" height="30"> </td>
<td width="70" background="images/bottom_right.jpg" height="30"> </td>
</tr>
</table>
</center>
</div>
<p align="center">$footer</p>
Can someone please try to help me out? Thanks.
Page with the problem. It is the gray table above the first category. (http://www.bgtguide.com/forums)
Here is the HTML used.
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber1" cellspacing="0" height="100">
<tr>
<td width="32" background="images/top_left.jpg"> </td>
<td background="images/top_bar.jpg"> </td>
<td background="images/top.jpg" width="641" height="100"> </td>
<td background="images/top_bar.jpg"> </td>
<td width="33" background="images/top_right.jpg"> </td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
<tr>
<td width="21" background="images/side_left.jpg" height="18"> </td>
<td bgcolor="#ECECEC" height="18">
<p align="center"> {htmldoctype}
<html>
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="no-cache">
<meta http-equiv="Expires" content="-1">
<meta http-equiv="Cache-Control" content="no-cache">
<!-- end no cache headers -->
<meta name="keywords" content="vbulletin,forum,bbs,discussion,jelsoft">
<meta name="description" content="$bbtitle is a discussion forum powered by vBulletin. To visit the forum, go to $bburl/ . To find out about vBulletin, go to http://www.vbulletin.com/ .">
<title>$bbtitle - powered by vBulletin</title>
$headinclude
</head>
<body>
$header
<!-- text -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="top">
<td><img src="{imagesfolder}/vb_bullet.gif" border="0" align="middle" alt="$bbtitle : Powered by vBulletin version $templateversion">
<normalfont><b>$bbtitle</b></normalfont></td>
<td align="right"><smallfont>$welcometext<br><b>$newposts</b></smallfont></td>
</tr>
</table>
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
$unregwelcomemessage
<tr valign="bottom">
<td><smallfont>
Members: $numbermembers, Threads: $totalthreads, Posts: $totalposts<br>
Welcome to our newest member, <a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$newuserid">$newusername</a>
</smallfont></td>
<td align="right"><smallfont>
The time now is $timenow.<br>
You last visited: $bbuserinfo[lastvisitdate].
</smallfont></td>
</tr>
</table>
<!-- /text -->
<br>
<!-- main -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr align="center">
<td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td>
</tr>
$forumbits
$loggedinusers
$birthdaybits
$pminfo
</table>
</td></tr></table>
<!-- /main -->
<br>
<!-- timezone/login-->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="top">
<td><smallfont>$timezone</smallfont></td>
<td align="right">$logincode</td>
</tr>
</table>
<!-- /timezone/login -->
<br>
<!-- icons -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td align="center">
<img src="{imagesfolder}/on.gif" border="0" alt="On" align="absmiddle">
<b><smallfont>New posts</smallfont></b>
<img src="{imagesfolder}/off.gif" border="0" alt="Off" align="absmiddle">
<b><smallfont>No new posts</smallfont></b>
<img src="{imagesfolder}/offlock.gif" border="0" alt="Closed Forum" align="absmiddle">
<b><smallfont>A closed forum</smallfont></b>
</td>
</tr>
</table>
<!-- /icons -->
</body></html></td>
<td width="27" background="images/side_right.jpg" height="18"> </td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber3" cellspacing="0">
<tr>
<td width="70" background="images/bottom_left.jpg"> </td>
<td background="images/bottom.jpg" height="30"> </td>
<td width="70" background="images/bottom_right.jpg" height="30"> </td>
</tr>
</table>
</center>
</div>
<p align="center">
<html>
<body>
$footer</body></html></p>
There is also one other thing on the showthread template. I use my border but there are 4 or 5 gaps on several different spots.
Example (http://www.bgtguide.com/forums/showthread.php?threadid=348&perpage=15&pagenumber=178)
Code Used
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber1" cellspacing="0" height="100">
<tr>
<td width="32" background="images/top_left.jpg"> </td>
<td background="images/top_bar.jpg"> </td>
<td background="images/top.jpg" width="641" height="100"> </td>
<td background="images/top_bar.jpg"> </td>
<td width="33" background="images/top_right.jpg"> </td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
<tr>
<td width="21" background="images/side_left.jpg" height="18"> </td>
<td bgcolor="#ECECEC" height="18">
<p align="center"> {htmldoctype}
<html>
<head><title>$bbtitle - $thread[title]</title>
$headinclude
<script language="javascript" type="text/javascript">
<!--
function aimwindow(aimid) {
window.open("member.php?s=$session[sessionhash]&action=aimmessage&aim="+aimid,"_blank","toolbar=no,location=no,menubar=no,scrollbars=no,wi dth=175,height=275,resizeable=yes,status=no")
}
// -->
</script>
</head>
<body>
$header
<!-- breadcrumb, nav links -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td>$navbar</td>
$ratingdisplay
</tr>
</table>
<!-- /breadcrumb, nav links -->
<a name="posttop"></a>
<!-- End content area table (CREATED IN HEADER!!) -->
</td>
<td bgcolor="#ECECEC" width="27" background="images/side_right.jpg">
</td>
</tr>
</table>
<!-- spacer -->
<!-- /spacer -->
<p> <body>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
<tr>
<td width="21" background="images/side_left.jpg" height="18"> </td>
<td bgcolor="#ECECEC" height="18" align="center">
<p align="center"> <table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0">
<tr><td width="10">
<img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td><td width="100%">
<!-- /spacer -->
$poll
<!-- first unread and next/prev -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td><smallfont>$pagenav $firstunread </smallfont></td>
<td align="right"><smallfont>
<img src="{imagesfolder}/prev.gif" alt="" border="0">
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
<img src="{imagesfolder}/next.gif" alt="" border="0">
</smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{tableheadbgcolor}" width="175" nowrap><smallfont color="{tableheadtextcolor}" class="thtcolor"><b>Author</b></smallfont></td>
<td bgcolor="{tableheadbgcolor}" width="100%">
<!-- Thread nav and post images -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%"><smallfont color="{tableheadtextcolor}" class="thtcolor"><b>Thread</b></smallfont></td>
<td>
<a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]">
<img src="{newthreadimage}" border="0" alt="Post New Thread"></a></td>
<td><normalfont> </normalfont></td>
<td>
<a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid">
<img src="$replyclose" border="0" alt="Post A Reply"></a></td>
</tr>
</table>
<!-- /Thread nav and post images -->
</td>
</tr>
</table>
</td></tr></table>
<!-- /spacer -->
</td><td width="5">
<td width="5"> </td></tr></table>
</td>
<td width="27" background="images/side_right.jpg" height="18" align="center"> </td>
</tr>
</table>
</body></p>
<p>$postbits<body></p>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
<tr>
<td width="21" background="images/side_left.jpg" height="18"> </td>
<td bgcolor="#ECECEC" height="18" align="center">
<p align="center"> $replybox<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="0" cellspacing="0" border="0">
<tr><td width="10">
<img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td><td width="100%">
<!-- spacer -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} width="{contenttablewidth}" align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{tableheadbgcolor}" width="100%">
<!-- time zone and post buttons -->
<table border="0" cellspacing="0" cellpadding="0" bgcolor="{tableheadbgcolor}">
<tr>
<td width="100%"><smallfont color="{tableheadtextcolor}"><b>$timezone</b></smallfont></td>
<td>
<a href="newthread.php?s=$session[sessionhash]&action=newthread&forumid=$forum[forumid]">
<img src="{newthreadimage}" border="0" alt="Post New Thread"></a></td>
<td><normalfont> </normalfont></td>
<td>
<a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid">
<img src="$replyclose" border="0" alt="Post A Reply"></a></td>
</tr>
</table>
<!-- /time zone and post buttons -->
</td>
</tr>
</table>
</td></tr></table>
<!-- first unread and next/prev -->
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td><smallfont>$pagenav </smallfont></td>
<td align="right"><smallfont>
<img src="{imagesfolder}/prev.gif" alt="" border="0">
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
<img src="{imagesfolder}/next.gif" alt="" border="0">
</smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->
<!-- /spacer -->
</td><td width="10">
<img width="10" height="1" src="{imagesfolder}/space.gif" alt=""></td></tr></table>
</td>
<td width="27" background="images/side_right.jpg" height="18" align="center"> </td>
</tr>
</table>
</body> <body>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber2" cellspacing="0" height="18">
<tr>
<td width="21" background="images/side_left.jpg" height="18"> </td>
<td bgcolor="#ECECEC" height="18" align="center">
<p align="center"> <table cellpadding="10" cellspacing="0" border="0" width="{tablewidth}" bgcolor="{pagebgcolor}" align="center">
<tr>
<html>
<body>
<td>
<!-- thread options links -->
<table cellpadding="{tableouterborderwidth}" cellspacing="0" border="0" bgcolor="{tablebordercolor}" {tableouterextra} align="center"><tr><td>
<table cellpadding="4" cellspacing="{tableinnerborderwidth}" border="0" {tableinnerextra} width="100%">
<tr>
<td bgcolor="{firstaltcolor}" align="center"><smallfont>
<img src="{imagesfolder}/printer.gif" alt="" border="0" align="absmiddle">
<a href="printthread.php?s=$session[sessionhash]&threadid=$threadid">Show Printable Version</a> |
<img src="{imagesfolder}/sendtofriend.gif" alt="" border="0" align="absmiddle">
<a href="sendtofriend.php?s=$session[sessionhash]&threadid=$threadid">Email this Page</a> |
<img src="{imagesfolder}/subscribe.gif" alt="" border="0" align="absmiddle">
<a href="member2.php?s=$session[sessionhash]&action=addsubscription&threadid=$threadid">Subscribe to this Thread</a>
</smallfont></td>
</tr>
</table>
</td></tr></table>
<!-- /thread options links -->
<p>
<br>
<!-- forum jump and rate thread -->
</p>
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr>
<td>$forumjump</td>
<td align="right">$threadrateselect</td>
</tr>
</table>
<!-- /Rate this thread -->
<p>
<br>
<!-- forum rules and admin links -->
</p>
<table cellpadding="2" cellspacing="0" border="0" width="{contenttablewidth}" {tableinvisibleextra} align="center">
<tr valign="bottom">
<td><smallfont><b>Forum Rules:</b>$forumrules</smallfont></td>
<td align="right">
$adminoptions
</td>
</tr>
</table>
<!-- /forum rules and admin links -->
<p> </body></html></td>
<td width="27" background="images/side_right.jpg" height="18"> </td>
</tr>
</table>
</td>
<td width="27" background="images/side_right.jpg" height="18" align="center"> </td>
</tr>
</table>
</body></p>
<!-- /spacer -->
<!-- restart content table from header -->
</body>
</html>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111" width="85%" id="AutoNumber3" cellspacing="0">
<tr>
<td width="70" background="images/bottom_left.jpg"> </td>
<td background="images/bottom.jpg" height="30"> </td>
<td width="70" background="images/bottom_right.jpg" height="30"> </td>
</tr>
</table>
</center>
</div>
<p align="center">$footer</p>
Can someone please try to help me out? Thanks.