Click to See Complete Forum and Search --> : Page Access


dennic
08-18-2003, 12:44 AM
Hi

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.

what would I have to write to access a page?

<A HREF="..............Contact.htm">

Read the question carefully!!! I know its a bit confusing!

thanks

AdamGundry
08-18-2003, 02:19 AM
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

<a href="../../Contact.htm">

Adam

dennic
08-18-2003, 02:30 AM
thanks heaps, that works exactly how i want it to