However I have a question...
I have subdirectories such as:
Recipes
News
Files
Includes
Images
JS
Calendar
All the menu files and would be located in the Includes directory in a file called: HEADER (to include the two JS files)
Now the menu I am trying to get to work would be visiable across all directories.
So if you were viewing the INDEX file in the NEWS directory, there would be a call to the INCLUDES directory to obtain the HEADER file which basically does the layout of the page along with the menu. At the end of the INDEX file is a call to the FOOTER page which is also in the INCLUDES directory.
The menu does not work unless it is called from the same directory.

Thanks in Advance!


