This probably has been asked before and I am sorry that I could not find it because I do not know how to ask my question, so I started this new post. The title to this is post is what I thought to be the best description of my problem.
My problem is:
When I click one link on my navigation bar I get:
http://livernash.com/RFExhibition/indexRFE.html
which is fine, however then lets say I click the same link(shown) or a different link I get:
http://livernash.com/RFExhibition/RF.../indexRFE.html
See how the links are piling on top of each other in the URL? Since the URL keeps "building," "compiling" or "running-on" their is no website at the URL's. How can I keep this from happening and my website present so no matter how many times the user clicks links they are still at my website.
Some information about how I am building this site:
All my links are going to other html documents in sub folders of the root directory.
Example of my code:
<ul class="list-title">
<li><a class="navlink" href="RF/indexRF.html"/>Reno Funk</a></li>
<li><a class="navlink" href="RFE/indexRFE.html"/>Reno Funk Exhibition Photos</a></li>
</ul>
Any help would be much appreciated as this snag has stumped my limited knowledge and language of the wonder world of html!
Sincerely,
Michael Livernash : noob web developer.


