I am trying to have a Navigation Bar that I include into every page on my site. All the NavBar files are in a directory, then I use a
<!--#include file="NavBar/Navigation.html"-->
to call it.
It works fine on the main index page, but once I go into a different directory, say Information for example, and try to include that file
<!--#include file="../NavBar/Navigation.html"-->
It shows all the tables and everything correctly, but anything in the Navigation.html file that has a source such as:
<img src="spacer.gif"
or
<img name="FullNavBar_r2_c1" src="NavBar/FullNavBar_r2_c1.gif"
The sources will be trying to find the images in the Information direction, not the NavBar one. The only way I can think of to fix it is to put those images in every single directory.. which I really don't want to do 
Last edited by Vye; 10-01-2007 at 07:07 PM..
|