PDA

View Full Version : Header Appearing at Bottom of Galleries


KeithH
Aug-17-2005, 09:14 PM
Ever since phase two went into effect my simple, text-only, customized header and links have appeared in the footers of the gallery pages. It appears normal everywhere else.

Here is my header HTML :
<div align="center">
<table width="720" border="0" cellspacing="1" cellpadding="1" class="offshadowbg"">

<tr>
<td class="headlg" width="100%"><a href="http://www.robertsdigitalphotography.com" style="text-decoration:none"><font color="white">www.RobertsDigitalPhotography.com</a>
<hr>
<div align="right">
<B><a href="http://www.robertsdigitalphotography.com">Home</a> | <a href="http://www.robertsdigitalphotography.com/gallery/329242">Help </a> | <a href="mailto:haznet@gmail.com">Email</a> |
<a href="http://www.wsgs.com/">WSGS.com</a>
</B>

</div>
</td>
</tr>
</div>


None of this appears in my footer HTML yet the title and the navigation links (with a smaller text size) show up in the footers of the galleries.

Any ideas? Thanks.

{JT}
Aug-17-2005, 11:40 PM
You are not closing your table tag, add </table> right before the </div> at the end.

Ever since phase two went into effect my simple, text-only, customized header and links have appeared in the footers of the gallery pages. It appears normal everywhere else.

Here is my header HTML :
<div align="center">
<table width="720" border="0" cellspacing="1" cellpadding="1" class="offshadowbg"">

<tr>
<td class="headlg" width="100%"><a href="http://www.robertsdigitalphotography.com" style="text-decoration:none"><font color="white">www.RobertsDigitalPhotography.com</a>
<hr>
<div align="right">
<B><a href="http://www.robertsdigitalphotography.com">Home</a> | <a href="http://www.robertsdigitalphotography.com/gallery/329242">Help </a> | <a href="mailto:haznet@gmail.com">Email</a> |
<a href="http://www.wsgs.com/">WSGS.com</a>
</B>

</div>
</td>
</tr>
</div>


None of this appears in my footer HTML yet the title and the navigation links (with a smaller text size) show up in the footers of the galleries.

Any ideas? Thanks.