Includes Linnk Help

windows

Guest
I am having trouble getting my menu links, accessed via an include, to "find" the correct page depending on the directory level of the page that is displaying the menu. I am using the following structure:


<li>
<a href=http://www.htmlforums.com/archive/index.php/"welcome.asp">Home</a>
</li>


Any help would be much appreciated!do you mean you are getting page not found errors?

use links, such as: /welcome.asp

That will link to the welcome.asp page in the root of your directory, if the page was in a subfolder of the root called "pages" it would be /pages/welcome.asp

Make sense?Kram that is known as virtual or relative paths
 
Back
Top