Options

One of my links from the Nav Bar not loading.

DanielTMillerDanielTMiller Registered Users Posts: 4 Beginner grinner
edited June 10, 2011 in SmugMug Support
Hi guys, I made a navbar a while back and have just noticed that one of the links doesn't load (Landscapes). The URL comes up the top of the browser but the actual gallery doesn't load (no idea if that makes sense or not, it confuses me). All of the code is fine I think it just won't load. Would appreciate a bit of help. Thanks a heap!

Here's the code:

<div id="my_banner"> </div>


<div id="navcontainer">
<ul>
<li><a href="http://danieltmiller.smugmug.com/">Home</a></li&gt;
<li><a href="http://danieltmiller.smugmug.com/Daniels-Photos/Zoos">Zoos</a></li&gt;
<li><a href="http://danieltmiller.smugmug.com/Daniels-Photos/Wildlife">Wildlife</a></li&gt;
<li><a href="http://danieltmiller.smugmug.com/Daniels-Photo/Landscapes">Landscapes</a></li&gt;
<li><a href="http://danieltmiller.smugmug.com/Daniels-Photos/Plants/Plants-1/8957821_ZgMEg#718698511_ZF9Ks">Plants</a></li&gt;
<li><a href="http://danieltmiller.smugmug.com/Daniels-Photos/Places">Places</a></li&gt;


</ul>
</div>



And my site: http://danieltmiller.smugmug.com/

Comments

  • Options
    annnna8888annnna8888 Registered Users, Super Moderators Posts: 936 SmugMug Employee
    edited June 10, 2011
    Hi Daniel, you're missing an "s" in your link. Correct this:
    <div id="navcontainer">
    <ul>
    <li><a href="http://danieltmiller.smugmug.com/">Home</a></li>
    <li><a href="http://danieltmiller.smugmug.com/Daniels-Photos/Zoos">Zoos</a></li>
    <li><a href="http://danieltmiller.smugmug.com/Daniels-Photos/Wildlife">Wildlife</a></li>
    <li><a href="http://danieltmiller.smugmug.com/Daniels-Photo[COLOR=Red]s[/COLOR]/Landscapes">Landscapes</a></li>
    <li><a href="http://danieltmiller.smugmug.com/Daniels-Photos/Plants/Plants-1/8957821_ZgMEg#718698511_ZF9Ks">Plants</a></li>
    <li><a href="http://danieltmiller.smugmug.com/Daniels-Photos/Places">Places</a></li>
    
    
    </ul>
    </div>
    
    Ana
    Ana
    SmugMug Support Hero Manager
    My website: anapogacar.smugmug.com
  • Options
    DanielTMillerDanielTMiller Registered Users Posts: 4 Beginner grinner
    edited June 10, 2011
    Haha yep feel like an idiot now, must've checked that at least a thousand times. Thanks for the speedy reply!
Sign In or Register to comment.