I have created 3 templates that will be used for each employee's pages.
The folder hierarchy is:
Department
->Employee Name
->Project number.
So, I have a department template, and employee template and a project template to make the index pages for each folder.
The problem comes in the navigation links. I want there to be a "Department Home" button on the Employee Name index page and on the Project number index page. The problem is that I just want the link to go up one or two levels relative to the Document (as I have several departments). When I put in the "../index.html" to go up a level, it reads that as going up a level from the Templates folder. I want it to be relative from the resultant document, not from the template.
I am pulling my hair out. Any help would be MUCH appreciated.
The folder hierarchy is:
Department
->Employee Name
->Project number.
So, I have a department template, and employee template and a project template to make the index pages for each folder.
The problem comes in the navigation links. I want there to be a "Department Home" button on the Employee Name index page and on the Project number index page. The problem is that I just want the link to go up one or two levels relative to the Document (as I have several departments). When I put in the "../index.html" to go up a level, it reads that as going up a level from the Templates folder. I want it to be relative from the resultant document, not from the template.
I am pulling my hair out. Any help would be MUCH appreciated.