Click to See Complete Forum and Search --> : linking between pages (a VERY basic question)


sweeny_todd
11-24-2004, 05:17 PM
Hi, I don't really know if this is the write place to ask this question, but perhaps I could be directed elsewhere ...

I am not a programmer, and have recently been giving the job of developing a webiste for the model I work with. I have developed a series of tutorials, and my supervisor (who also has no idea on how to do web stuff) wants all of the tutorials stored in seperate directories.

So the main pages (about, index etc) are stored in RWQM_web
whilst all the files relating to Tutorial 1 are stored in the Level_1 directory within RWQM_web

My problem is this:

when creating hyperlinks from one page to another, I can link between the main pages in RWQM_web to the pages in Level_1, but then I can't get back to the pages in RWQM_web.

Does anyone know how I can do this, or do I need to store everything in the one directory?

any help greatfully appreciated,

Sweeny:D

Daniel T
11-24-2004, 05:24 PM
<a href="../RWQM_web.htm">Back to the parent directory.</a>

sweeny_todd
11-24-2004, 05:43 PM
thanks heaps!