My Banner Suddenly Disappeared
KeithH
Registered Users Posts: 73 Big grins
This simple image: http://hazweb.smugmug.com/photos/64214970-L.gif suddenly no longer shows at the top of my page. I didn't make any changes. I took the CSS out and it didn't make a difference.
Here is everything in my Header. What i'm I missing? External links are allowed in my gallery.
<DIV align="center" id="navlist">
<table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="headlg" width="253">
<div align="left"><a href="http://www.smoothphoto.com"><img src="http://hazweb.smugmug.com/photos/64214970-L.gif" width="243" height="30" border="0"></a>
</div>
</td>
<td class="headlg" width="493">
<hr color="#FFFFFF">
</td>
</tr>
<tr>
<td class="headlg" width="253">
</td>
<td class="headlg" width="493" align="right">
<a href="http://www.smoothphoto.com">Home</a> | <a href="http://www.smoothphoto.com/gallery/329242">Info</a> | <a href="http://www.smoothphoto.com/gallery/1093834">Contact</a> | <a href="http://www.smoothphoto.com/gallery/1094200">Guest Book</a> |
<a href="http://www.wsgs.com/">WSGS.com</a>
</td>
</tr>
</table>
</div>
Here is everything in my Header. What i'm I missing? External links are allowed in my gallery.
<DIV align="center" id="navlist">
<table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="headlg" width="253">
<div align="left"><a href="http://www.smoothphoto.com"><img src="http://hazweb.smugmug.com/photos/64214970-L.gif" width="243" height="30" border="0"></a>
</div>
</td>
<td class="headlg" width="493">
<hr color="#FFFFFF">
</td>
</tr>
<tr>
<td class="headlg" width="253">
</td>
<td class="headlg" width="493" align="right">
<a href="http://www.smoothphoto.com">Home</a> | <a href="http://www.smoothphoto.com/gallery/329242">Info</a> | <a href="http://www.smoothphoto.com/gallery/1093834">Contact</a> | <a href="http://www.smoothphoto.com/gallery/1094200">Guest Book</a> |
<a href="http://www.wsgs.com/">WSGS.com</a>
</td>
</tr>
</table>
</div>
0
Comments
I think you have a different image in there (unless someone besides me is tooling around in your customization).
This is what I'm actually seeing in your header tag:
<DIV align="center" id="navlist">
<table width="750" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="headlg" width="253">
<div align="left"><a href="http://www.smoothphoto.com"><img src="http://www.smoothphoto.com/photos/45159502-L-1.gif" width="243" height="30" border="0"></a>
</div>
</td>
<td class="headlg" width="493">
<hr color="#FFFFFF">
</td>
</tr>
<tr>
<td class="headlg" width="253">
</td>
<td class="headlg" width="493" align="right">
<a href="http://www.smoothphoto.com">Home</a> | <a href="http://www.smoothphoto.com/gallery/329242">Info</a> | <a href="http://www.smoothphoto.com/gallery/1093834">Contact</a> | <a href="http://www.smoothphoto.com/gallery/1094200">Guest Book</a> |
<a href="http://www.wsgs.com/">WSGS.com</a>
</td>
</tr>
</table>
</div>
<P>
Note the different URL of the image you're referencing... http://www.smoothphoto.com/photos/45159502-L-1.gif instead of http://hazweb.smugmug.com/photos/64214970-L.gif
Thanks. Not sure what happened but I got it working again.
I would have tried to figure it out a little longer on my own but I'm going to be without the Internet for three days and I wanted to get it fixed before I went off-line. Thanks again.
Sometimes all it takes is a different set of eyes. I'm glad you got it working.