PDA

View Full Version : Custom home page logo not showing


Samdiver74
Jan-10-2010, 02:22 PM
Hi all,
just wanted to first off wish you all a happy new year.

Ok I haven't done much with my site in a while, definitely need to upgrade it.
Ok I noticed earlier today that my home page logo is not displaying.
I figured out the problem is because I had the logo hosted from my Verizon.net account, I have just recently got rid of my Verizon account, so this may seem like a stupid question but how can I get my logo back to host on the homepage.


The code for my logo is as follows
src="http://mysite.verizon.net/samdiver74/images/allan's-logo_extended.png"
border=0 > </A></DIV>

Ok second question is I have had an issue with my website displaying correctly in the latest version of the Internet explorer, can anyone help with the correct coded I need to insert so that my banners and drop downs display correctly.
The help is appreciated immensely

Thanks

Allan

Allen
Jan-10-2010, 02:57 PM
Hi all,
just wanted to first off wish you all a happy new year.

Ok I haven't done much with my site in a while, definitely need to upgrade it.
Ok I noticed earlier today that my home page logo is not displaying.
I figured out the problem is because I had the logo hosted from my Verizon.net account, I have just recently got rid of my Verizon account, so this may seem like a stupid question but how can I get my logo back to host on the homepage.


The code for my logo is as follows
src="http://mysite.verizon.net/samdiver74/images/allan's-logo_extended.png"
border=0 > </A></DIV>

Ok second question is I have had an issue with my website displaying correctly in the latest version of the Internet explorer, can anyone help with the correct coded I need to insert so that my banners and drop downs display correctly.
The help is appreciated immensely

Thanks

Allan
Go through your nav html and change all these
<!--[if IE 7]>

to this adding in the gte

<!--[if gte IE 7]>

Upload your banner photo to your Smugmug site so you can link to it.
If you don't have one, create a gallery named "site files" in the other
category and make it unlisted, with external links on.

Change this in your header

<div class="photo" style="margin-top: 25px;" align="center">
<a href="http://allanmorrisphotography.smugmug.com/">
<img src="http://mysite.verizon.net/samdiver74/images/allan%27s-logo_extended.png" border="0">
</a></div>

to this (make sure the size is the same in html and CSS)

<div id="my_banner">
<a href="/">
<img src="/img/spacer.gif" width="750" height="100" border="0" alt="">
</a></div>

Add this to your CSS

#my_banner {
width: 750px;
height: 100px;
margin: 0 auto;
background: url(/photos/xxxxxxxx_xxxxx-O.png) no-repeat;
_background: none;
_filter:progid:DXImageTransform.Microsoft.AlphaIma geLoader (enabled=true,
sizingmethod=image, src='/photos/xxxxxxxx_xxxxx-O.png');
}

Samdiver74
Jan-12-2010, 04:31 AM
Hi Allen
thank you for the prompt reply, i have tried adding the Internet explorer text and I am obviously doing something wrong as it is still not showing.
The header logo I managed to figure out using the quick customizer.
But again this IE text has me stumped.

Allen
Jan-12-2010, 07:10 AM
Hi Allen
thank you for the prompt reply, i have tried adding the Internet explorer text and I am obviously doing something wrong as it is still not showing.
The header logo I managed to figure out using the quick customizer.
But again this IE text has me stumped.
Try this html, you had a bunch of extra lines in there, like </ul>... & </li>

<div class="menu">
<ul>
<li><a href="/">Home</a></li>
<li><a class="drop" href="#nopick">Galleries
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a class="drop" href="/Recently%20Added">Recently Added &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/10477501_nwFxJ#726927201_qTNpB">Kestrel</a></li>
<li><a href="/gallery/4160351_QD8h8">Great Horned Owl</a></li>
<li><a href="/gallery/6699195_zhTyS">Mazdaspeed 6</a></li>
<li><a href="/gallery/5807739_gVznX">Scenery</a></li>
<li><a href="/gallery/5665594_vT9Xb">Dragonflies</a></li>
<li><a href="/gallery/5332373_PdZr7">Fireworks</a></li>
<li><a href="/gallery/5332275_csjEe">Lightning</a></li>
<li><a href="/gallery/5070903_8oNi6">Discovery STS-124</a></li>
<li><a href="/gallery/5242343_X9Vy3">Red Shouldered Hawk</a></li>
<li><a href="/gallery/5059295_kYYau">Red Tailed Hawk</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Transportation">Transportation &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a class="drop" href="/Transportation/439656">Motorcycles &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/4119738">"The Midnight Express"</a></li>
<li><a href="/gallery/4171474">"The Bone Shaker"</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Transportation/464623">Cars &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/4357677_AyptM#255738862">AC Cobra Replica&gt;</a></li>
<li><a href="/gallery/6699195_zhTyS">Mazdaspeed 6&gt;</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Transportation/509949">Aircraft &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/4858663_wHTGE">Military Jets</a></li>
<li><a href="/gallery/4863849_MiU4v">Helicopters</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Transportation/528072">Space Shuttle Discovery &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/5070903_8oNi6">Discovery STS-124</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Black%20&amp;%20White">Black &amp; White &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/4285869">Abstract Architecture</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Landscapes">Landscapes &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/4285834_DY3Rz">Sunsets</a></li>
<li><a href="/gallery/5807739_gVznX">Scenery</a></li>
<li><a class="drop" href="/Landscapes/XXXXXX">gallery
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Landscapes/XXXXXX">gallery
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Landscapes/XXXXXX">gallery
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Fireworks">Fireworks &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/5332373_PdZr7">Fireworks</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Lightning">Lightning &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/5332275_csjEe">Lightning</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Animals">Animals &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a class="drop" href="/Animals/442570">Mammals &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/4119468">Meerkats</a></li>
<li><a href="/gallery/4159392">Squirrels</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Animals/442585">Reptiles &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/4159598">Snakes</a></li>
<li><a href="/gallery/4159640">Alligator</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Animals/XXXXXX">Amphibians
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Macro">Macro &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a class="drop" href="/Macro/438887">Insects &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/5665594_vT9Xb">Dragonflies &gt;</a></li>
<li><a href="/gallery/4119867">Preying Mantis &gt;</a></li>
<li><a href="/gallery/4131641">Ichneumon Wasp &gt;</a></li>
<li><a href="/gallery/4253975">Jumping Spider &gt;</a></li>
<li><a href="/gallery/4252372">Wolf Spider &gt;</a></li>
<li><a href="/gallery/4254122">Grasshopper &gt;</a></li>
<li><a href="/gallery/4559312_kHozS#268683131">Leaf Footed Bug &gt;</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Macro/500904">Flowers &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/4749645_fBNhL">Aloe Vera Flower &gt;</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Birds">Birds &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a class="drop" href="/Birds/XXXXXX">Eagles, Osprey &amp; Vultures
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Birds/451573">Hawks &amp; Falcons
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/5059295_kYYau">Red Tailed Hawk </a></li>
<li><a href="/gallery/5242343_X9Vy3">Red Shouldered Hawk</a></li>
<li><a href="/gallery/gallery/10477501_nwFxJ#726927201_qTNpB">Kestrel</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
<li><a href="/gallery/XXXXXXX">future use</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Birds/438886">Owls &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/4160351">Great Horned Owl&gt;</a></li>
<li><a href="/gallery/">future use</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Birds/442800">Herons &amp; Egrets &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/4123523">Great Blue Heron&gt;</a></li>
<li><a href="/gallery/4248741">White Egret&gt;</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Birds/451229">Pelicans &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/4236013">Brown Pelican&gt;</a></li>
<li><a href="/gallery/">future use</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="/Lunar%20Eclipse">Lunar Eclipse &gt;
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/4431224_6km62#260354960">Feb 20th 2008</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a href="mailto:Samdiver74@verizon.net">e-mail</a></li>
<li><a href="/gallery/4211863">About me</a></li>
<li><a href="/gallery/4508897_9TncG">Guestbook</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</div>

Samdiver74
Jan-17-2010, 03:53 PM
OMG Allen.
Thank you so much for that, you have saved me from going bald.
you are awesome, I really appreciate what you have done.

Thank you

Allan