I’ve got a master page which creates the templates for all my other pages which i then just enter in text basically. However, I need some content to be constant across some pages but not others, so the easiest method i could think of was having a master page still, and having a place holder (or the equivalent of) which links to a single file, containing all the information for that place holder. However, this would need to be picked up by the actual pages loading.
To try and explain, my case is i have a basic website, with different adds and pictures dotted around. This template will be created by the master page. However, my navigation links need to change depending on what section they are in, so to do this i was going to have a few seperate files which contain the information for the different links, and then just have this appear in the master page.
Hopefully ive explained this well enoguh for someone to understand! Help very much appreciated!
In reply to GintrichsGotWood:
The idea of multiples master pages would be nice, however this would mean if i ever changed the overall layout i would need to do this numerous times, something which i was hoping to avoid! (As is kind of the idea of a master page). So in a sense i need a master page embedded in a master page, unless this is what you meant if so how is this done??