Dark_Vb Problems

benny92000

New Member
site is isogaming.net Now go to the top of the site and there is a big horizontal going across the site for no reason. Here is the header. Can anyone tell me what to edit to fix it?
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" style="background: url($stylevar[imgdir_misc]/header_repeat.gif) repeat-x top left" cellpadding="0" cellspacing="0" align="center">
<tr>
    <td width="100%" height="27" colspan="2" valign="top"><img src="$stylevar[imgdir_misc]/header_repeat.gif" border="0" alt="" /></td>
</tr>

<table border="0" width="$stylevar[outertablewidth]" style="background: url($stylevar[imgdir_misc]/dark_vb_bg.gif) repeat-x top left" cellpadding="0" cellspacing="0" align="center">
       <tr>
           <td align="$stylevar[align=left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
           <td align="$stylevar[align=right]" id="header_right_cell"><if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if></td>
       </tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
$ad_location[ad_header_end]


THANKS!
 
Back
Top