Page Access

liunx

Guest
Hi<br />
<br />
I have created a website that is called Camridge Hotel, this is the name of the folder I have placed all the files in. Within this folder there is another folder named Images, within the images folder there is another folder called Races2003. In this folder I have some pages that require a link to a page that is in the Cambridge Hotel folder.<br />
<br />
what would I have to write to access a page?<br />
<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"..............Contact.htm"><br />
<br />
Read the question carefully!!! I know its a bit confusing!<br />
<br />
thanks<!--content-->If I've read the question correctly, you need to know that you can access the parent directory in a relative path using two periods (..), like this<br />
<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"../../Contact.htm"><br />
<br />
Adam<!--content-->thanks heaps, that works exactly how i want it to<!--content-->
 
Back
Top