all your links should be as follows
<a href="
http://yoursite.com/yourpage.
html">your link text</a>
or
<a href="yourpage.
html">your link text</a>
ensure that you point the link to the relavant folder that the link page is contained in i.e if your trying to link to an index page which is in your admin folder the link would be
<a href="
http://webforumz.com/admin/index.
html">
dont forget to close the link after the display text (</a>)
and make sure you have typed in the proper page extension i.e .
php, .
html, .
js, etc etc
more info here
http://www.w3schools.com/HTML/html_links.asp