View Full Version : HTML File Question


Stylesjl
Apr 28, 2008, 07:11 PM
When I specify an anchor reference to link to another document I can get it to link to another document in another folder by specifying the folder with a slash

Like this

Folder/Document.html

But I would I do it the other way around? That is I want a document within the folder to link to a document one level down in the folder. I don't know what HTML code corresponds to that

GVBN
Apr 28, 2008, 09:02 PM
../Document.html

Stylesjl
Apr 29, 2008, 02:56 AM
That did the trick, thank you

tonyf12
May 04, 2008, 04:20 PM
You can also use /document.html which means

site root (ie. yourdomain.com)/document.html. (Not much use in plain HTML but is useful in CSS where the page could be in any number of directorys)