Linking to higher directories

liunx

Guest
Hi All,<br />
<br />
Is there a tag to link up one level without using the whole "http:\\www....etc" url?<br />
<br />
I hope it's clear what I'm trying to do...say I have an html page in <!-- w --><a class="postlink" href="http://www.hensyel.com/pics">www.hensyel.com/pics</a><!-- w --> and I want to link to the main index.html...<br />
<br />
If index.html is in the /pics folder then my href is easy: href=http://www.webdeveloper.com/forum/archive/index.php/"index.html" but if it's in the root directory I have to use href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.hensyel.com/index.html".<br />
<br />
Is there an easier (read: shorter, less typing ;) ) way to link up one level?<br />
<br />
Thanks for any input,<br />
<br />
Steve<!--content-->Yup: <a href=http://www.webdeveloper.com/forum/archive/index.php/"../index.htm"><!--content-->SWEET! Thank you Pyro, you Rock!<!--content-->
 
Back
Top