So I'm still working on this school site, and I want to attach dreamweaver templates to all the pages so that we can make sure that important elements aren't being deleted and we can easily make mass changes. Now the problem is that there are alredy over 450 pages and the templates aren't attaching right. I really don't have the time to remake all the pages and insert them into the template. So here is what I've done so far
I've created the template file with all the editable regions: head,breadcrumbs,leftcol, and dualcol. Example:
<div id="leftcol">
<!-- TemplateBeginEditable name="leftcol" -->
Copy and Paste the <strong>leftcol div</strong> contents here from the section this page will be in unless it's a separate section
<!-- TemplateEndEditable -->
</div>
<div id="dualcol">
<!-- TemplateBeginEditable name="dualcol" -->
<div class="pagetitle">Page Title</div>
Content will go here.
<!-- TemplateEndEditable -->
</div>
Now I go to the page I want to attach the template to, and I can only specify where the regions go for the "document head" and "document body", instead of the breadcrumbs div, leftcol div and dualcol div.
How can I go about getting the template to add the regions to the right places?
Question
classicdisastr
So I'm still working on this school site, and I want to attach dreamweaver templates to all the pages so that we can make sure that important elements aren't being deleted and we can easily make mass changes. Now the problem is that there are alredy over 450 pages and the templates aren't attaching right. I really don't have the time to remake all the pages and insert them into the template. So here is what I've done so far
I've created the template file with all the editable regions: head,breadcrumbs,leftcol, and dualcol. Example:
<div id="leftcol"> <!-- TemplateBeginEditable name="leftcol" --> Copy and Paste the <strong>leftcol div</strong> contents here from the section this page will be in unless it's a separate section <!-- TemplateEndEditable --> </div> <div id="dualcol"> <!-- TemplateBeginEditable name="dualcol" --> <div class="pagetitle">Page Title</div> Content will go here. <!-- TemplateEndEditable --> </div>Now I go to the page I want to attach the template to, and I can only specify where the regions go for the "document head" and "document body", instead of the breadcrumbs div, leftcol div and dualcol div.
How can I go about getting the template to add the regions to the right places?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts