OccasionalCoder
Technical User
I have the following directory structure:
Consortium (folder)
index.cfm (file)
header.cfm (file)
admin (folder) Mainmenu.cfm (file)
agency (folder)
content (folder)
fellows (folder Add_fellows.cfm (file)
images (folder)
In the add_fellows.cfm file I have included the header.cfm file and it works ok (using CFInclude template="../../header.cfm)
In the mainmenu.cfm file I include the header.cfm file using ../header.cfm and the header file is included, but the links to images in the included file are broken.
Why does it work in the fellows folder and not in the admin folder?
THanks
Consortium (folder)
index.cfm (file)
header.cfm (file)
admin (folder) Mainmenu.cfm (file)
agency (folder)
content (folder)
fellows (folder Add_fellows.cfm (file)
images (folder)
In the add_fellows.cfm file I have included the header.cfm file and it works ok (using CFInclude template="../../header.cfm)
In the mainmenu.cfm file I include the header.cfm file using ../header.cfm and the header file is included, but the links to images in the included file are broken.
Why does it work in the fellows folder and not in the admin folder?
THanks