PDA

View Full Version : Footer Problem


Alchemyst
01-07-2003, 03:49 AM
Heydly:

Ok, so I'm editing a footer on my board, and everything is fine, but on some pages I get this black bar at the bottom. Is there anyway to fix it, I enclosed a screenshot with my problem.

Tony G
01-07-2003, 08:08 AM
Can I see your footer code please?

Cypher720
01-07-2003, 10:43 AM
it COULD be another cell with a black BG...but we do need your code:)

Alchemyst
01-07-2003, 03:23 PM
Footer code is:

</td>
</tr>
</table>
<!-- /content area table -->
</center>

<table width="100%" bgcolor="{pagebgcolor}" border="0" cellpadding="0" Cellspacing="0">
<tr>
<td height="1" bgcolor="{tablebordercolor}">

</td>
<tr>
<td align="center" bgcolor="{categorybackcolor}">
<smallfont><i>$thequote</i> - <b>$thequoter</b></smallfont>
</td>
<tr>
<td height="1" bgcolor="{tablebordercolor}">

</td> <tr>
<td align="center">
<p align="center">
<br>
<normalfont><b>&lt; <a href="$contactuslink">Contact Us</a>
<!-- - <a href="$privacyurl">Privacy Statement</a> --> &gt;</b></normalfont>
</p>

<p align="center"><smallfont>
<!-- Do not remove this copyright notice -->
Powered by: vBulletin Version $templateversion<br>
Copyright &copy;2000 - 2002, Jelsoft Enterprises Limited.<br>
<!-- Do not remove this copyright notice -->
$copyrighttext<br>
{getmicrostats}</smallfont>
</td>
</tr>
</table>

Cypher720
01-07-2003, 03:38 PM
<tr>
<td height="1" bgcolor="{tablebordercolor}">

</td>


remove that

its the 7th line down ffrom what you posted above

Rufus69
01-07-2003, 04:42 PM
what about the other one?

<td height="1" bgcolor="{tablebordercolor}">

</td>
<tr>
<td align="center" bgcolor="{categorybackcolor}">
<smallfont><i>$thequote</i> - <b>$thequoter</b></smallfont>
</td>
<tr>
<td height="1" bgcolor="{tablebordercolor}">

</td> look at the bottom and top...

Cypher720
01-07-2003, 04:47 PM
jesus....lol...who the hell mde this code:)

Alchemyst
01-11-2003, 07:10 PM
Acctually them 1 pixal high cells should have nothing to do with the bottom, they're the top/bottom borders of the different color bar.