PDA

View Full Version : My Banner Suddenly Disappeared


KeithH
Apr-14-2006, 01:08 PM
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>

Sheaf
Apr-14-2006, 01:14 PM
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>

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

KeithH
Apr-14-2006, 01:32 PM
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.

Sheaf
Apr-14-2006, 01:35 PM
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.