I am trying to figure out how to write up the HREF for a file that is outside the current folder. I need to link to a file that is 1 to 2 folders up. For example
MainFolder
ImagesFolder
BG1.gif
NewsInfoFolder
AboutUsFolder
index.htm
SignsFolder
index.htm
I don't know if this post will keep the indentation but the AboutUsFolder is under the NewsInfoFolder.In the index.htm under AboutUs, I need to access images in the Images folder under the MainFolder and also link to the index.htm under the Signs folder. I have tried using ../ when I need to go up just one level but haven't figured out what works to go up more than one level. Any suggestions?
MainFolder
ImagesFolder
BG1.gif
NewsInfoFolder
AboutUsFolder
index.htm
SignsFolder
index.htm
I don't know if this post will keep the indentation but the AboutUsFolder is under the NewsInfoFolder.In the index.htm under AboutUs, I need to access images in the Images folder under the MainFolder and also link to the index.htm under the Signs folder. I have tried using ../ when I need to go up just one level but haven't figured out what works to go up more than one level. Any suggestions?