HTML coding problem...help please?!?

Okay, so I have made a web(file)page. I have one page that link to three pages; this is the file structure....
images/files/otherwebpage.html (example name, not actual name of page)
images/files/otherwebpage2.html
...etc.

I got the first page to link to the other two pages, but now I want to link both of them back to the original page. But since the path is backtracking, it hasn't been working. I want to make a path back to the first page, but can you do that? Make the file path go backwards almost? What should I do??
I know that I can put all the files in one file together and that will work, but for this particular one I need to have them in this file structure.
Any help is greatly appreciated!!
Oh and a tiny bit more info...the first webpage is in a file called "portfolio".
 
What do you mean by 'link'? Do you mean you want to hyperlink back to the first page?

A link for "../otherwebpage.html" would work in pages one level below it.
 
Back
Top