s1zzle
05-26-2005, 09:13 PM
i cant seem to get rid of this space just above my footer
its not in the footer file, when i delete out the footer it is still in there
here is my adv_portal code
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title>
$headinclude
</head>
<body>
$header
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="5"><img src="clear.gif" height="5"></td>
</tr>
</table>
$navbar
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="5"><img src="clear.gif" height="5"></td>
</tr>
</table>
<table align="center" class="page" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr valign="top">
<if condition="$show['left_column']">
<td width="$vba_options[portal_leftcolwidth]">
$home[leftblocks]
</td>
<!-- Spacer Cell -->
<td width="$vba_options[portal_colspacing]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$vba_options[portal_colspacing]" /></td>
<!-- / Spacer Cell -->
</if>
<if condition="$show['center_column']">
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><embed src="http://www.scionexpo.com/swf/machan_logo.swf" type=application/x-shockwave-flash width="585" height="297"></embed>
</td></tr>
<tr>
<td valign="top" height="5"><img src="images/clear.gif" height="5"</td>
</tr>
<tr>
<td valign="top">$home[centerblocks]</td>
</tr>
</table>
</if>
<if condition="$show['right_column']">
<!-- Spacer Cell -->
<td width="$vba_options[portal_colspacing]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$vba_options[portal_colspacing]" /></td>
<!-- / Spacer Cell -->
<td valign="top" width="$vba_options[portal_rightcolwidth]">
$home[rightblocks]
</td>
</if>
</tr>
</table>
$footer
</body>
</html>
its not in the footer file, when i delete out the footer it is still in there
here is my adv_portal code
$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title>
$headinclude
</head>
<body>
$header
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="5"><img src="clear.gif" height="5"></td>
</tr>
</table>
$navbar
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td height="5"><img src="clear.gif" height="5"></td>
</tr>
</table>
<table align="center" class="page" cellspacing="0" cellpadding="0" border="0" width="100%">
<tr valign="top">
<if condition="$show['left_column']">
<td width="$vba_options[portal_leftcolwidth]">
$home[leftblocks]
</td>
<!-- Spacer Cell -->
<td width="$vba_options[portal_colspacing]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$vba_options[portal_colspacing]" /></td>
<!-- / Spacer Cell -->
</if>
<if condition="$show['center_column']">
<td valign="top">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><embed src="http://www.scionexpo.com/swf/machan_logo.swf" type=application/x-shockwave-flash width="585" height="297"></embed>
</td></tr>
<tr>
<td valign="top" height="5"><img src="images/clear.gif" height="5"</td>
</tr>
<tr>
<td valign="top">$home[centerblocks]</td>
</tr>
</table>
</if>
<if condition="$show['right_column']">
<!-- Spacer Cell -->
<td width="$vba_options[portal_colspacing]"><img alt="" src="$vboptions[bburl]/$vboptions[cleargifurl]" width="$vba_options[portal_colspacing]" /></td>
<!-- / Spacer Cell -->
<td valign="top" width="$vba_options[portal_rightcolwidth]">
$home[rightblocks]
</td>
</if>
</tr>
</table>
$footer
</body>
</html>