Help with hyperlinks

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
twirler1018
500 Command not understood
Posts: 1
Joined: 2011-12-31 20:28
First name: Jamie
Last name: Minnerel

Help with hyperlinks

#1 Post by twirler1018 » 2011-12-31 20:55

So I have the menu on my website and the tabs/hyperlinks are set up like this in html:

<li><a href="http://www.example.com/about.html">About</a></li>
<li><a href="http://www.example.com/biography.html ... hy</a></li>
<li><a href="http://www.example.com/pages.html">Pages</a></li>
<li><a href="http://www.example.com/store.html">Store</a></li>
<li><a href="http://www.example.com/contact.html">Contact</a></li>

But when I go to my website the first link I click on works ('About', 'Store', etc.) but then if i try clicking on another link after that it doesn't open the next page. It doesn't matter what order I click them in. Does anyone know why this is? Thanks

Jinex
500 Command not understood
Posts: 3
Joined: 2012-01-11 15:14
First name: Jet
Last name: Fill

Re: Help with hyperlinks

#2 Post by Jinex » 2012-01-11 15:28

make sure

<li><a href="http://www.example.com/about.html">About</a></li>
<li><a href="http://www.example.com/biography.html"> ... hy</a></li>
<li><a href="http://www.example.com/pages.html">Pages</a></li>
<li><a href="http://www.example.com/store.html">Store</a></li>
<li><a href="http://www.example.com/contact.html">Contact</a></li>

is on every page. Recheck the hyperlink for that page that is giving you the error.
<Signature deleted due to violation of forum rules.>

scfinder
500 Command not understood
Posts: 4
Joined: 2011-12-08 08:35
First name: scfinder
Last name: scfinder

Re: Help with hyperlinks

#3 Post by scfinder » 2012-01-18 07:05

check the url if the link is working

Post Reply