View Full Version : Can't Add Blog To Nav Bar
MRudland
Nov-23-2009, 12:24 AM
It's been a very long time since I changed the menu bar on my website (www.auphoto.net (http://www.auphoto.net)). I'm wanting to add my blog (http://aboutyouphoto.wordpress.com) in on the top bar going from left to right on the left side beside the word packages. I can't remember how to link it or how to center the bar so it looks nice.
Any input or advice? I'm not very tech savy...
Thanks
Michelle
Allen
Nov-23-2009, 05:24 AM
It's been a very long time since I changed the menu bar on my website (www.auphoto.net (http://www.auphoto.net)). I'm wanting to add my blog (http://aboutyouphoto.wordpress.com) in on the top bar going from left to right on the left side beside the word packages. I can't remember how to link it or how to center the bar so it looks nice.
Any input or advice? I'm not very tech savy...
Thanks
Michelle I see you added it to the info drop, did you want it somewhere else?
Change your nav html to this, fixes a few errors.
<div class="menu">
<ul>
<li><a href="/">Home</a></li>
<li><a class="drop" href="#nopick">Info
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="http://facebook.com/pages/About-You-Photography/79714106314?ref=mf#/pages/About-You-Photography/79714106314">Face Book</a></li>
<li><a href="http://aboutyouphoto.wordpress.com">Blog</a></li>
<li><a href="http://aboutyouphoto.wordpress.com/2008/11/07/returned-check-policy-for-about-you-photography">Returned Checks & Past Due Accounts</a></li>
<li><a href="/gallery/3993332">Testimonials</a></li>
<li><a href="mailto:info@auphoto.net">E-Mail</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</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 href="/ABOUT%20YOU%20PHOTOGRAPHY">Weddings & Portrait</a></li>
<li><a href="/gallery/2634224">Birth</a></li>
<li><a href="http://mrudland.blogspot.com/2007/12/trash-dress.html">Trash The Dress</a></li>
<li><a href="/rudland%20equine%20photography">Equine</a></li>
<li><a href="/Fine%20Art%20By%20Michelle%20Rudland">Fine Art</a></li>
<li><a href="http://www.auphoto.net/Stock%20Photography">Stock Photography</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
<li><a class="drop" href="#nopick">Packages
<!--[if gte IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="http://aboutyouphoto.wordpress.com/2009/11/20/engagement-sessions">Engagements</a></li>
<li><a href="/gallery/2625350">Weddings</a></li>
<li><a href="/gallery/2626927">Seniors</a></li>
<li><a href="/gallery/2630682">Equine</a></li>
<li><a href="/gallery/2634224">Birth</a></li>
<li><a href="/gallery/6047747_RcDaQ">Family</a></li>
<li><a href="http://www.auphoto.net/gallery/3995606_Pv3ZK#284407363_nAMc5">Card Designs</a></li>
<li><a href="/gallery/6048025_oQK6T">RePrint Pricing</a></li>
<li><a href="/gallery/6169046_Se35F/1/388871503_mJ3r4">Equine Downloads, Personal, Commercial & Advertising</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</div>
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.