The master template includes the website header and footer and master navigation bar..
My nested templates include a context sensitive secondary navigration element.
This templates allow me to change all aspects of the site rapidly.
Recently, I have been adding multiple levels of site security using Coldfusion. This requires me to include some security directives in the header so my idea was to create a second editable region in the master template that was located in the <head> section.
I added the region, which worked and then I added the various directives to each nested template.
However, when I create a new page from a nested template the code in the <head> section remains editable - when in fact it should be uneditable - and worse still the code does not update when the template is altered.
I know this sounds very long winded but I was wondering if anybody else has noticed problems incorporating editable regions into the <head> tage using Dreamweaver templates..
kvarnerexpress

