Changing an uneditable region to editable
I created a site based on a template that I created
The sidebars, header, and footer were unedible
I realized after I created it that I wanted to change the header background for each site
I went to the dwt page and changed the header to edible
It showed that that region is edible
The code now looks like this:
<header class="header"><!-- TemplateBeginEditable name="EditRegion5" -->EditRegion5<!-- TemplateEndEditable --></header>
However, when I go into that region to change the background in a child page it says that it is blocked from making the change by the template
How do I make the header edible for all of my pages?
