PDA

View Full Version : Help with broken navbar links


BeckmannPhotos
Aug-05-2008, 10:22 AM
I was changing around a few things this morning and managed to mess up my links to my navbar buttons. my guestbook and portfolio links work fine, but my galleries, map, search, and about me buttons just return a copy of the homepage for some reason. Can anyone help me?

I thought it might be because I changed my domain name and such in settings, but I believe I corrected that in the code and it still doesn't work.

elizabeth_Luna
Aug-05-2008, 10:31 AM
FYI - What's the new URL? :D

BeckmannPhotos
Aug-05-2008, 10:54 AM
Sorry, forgot to update that in my profile.

http://beckmannimages.smugmug.com

Allen
Aug-05-2008, 11:39 AM
Sorry, forgot to update that in my profile.

http://beckmannimages.smugmug.com
Chnage you nav html to relative links like this.

<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/5581584_H3gbU">Portfolio</a></li>
<li><a href="/galleries">Galleries</a></li>
<li><a href="/map">Map</a></li>
<li><a href="/mysearch">Search</a></li>
<li><a href="/gallery/5590444_w55DX">About Me</a></li>
<li><a href="/gallery/5590449_oJFpj">Guestbook</a></li>
</ul>
</div>