Learn how to create and remove editable regions in templates in Dreamweaver.
Editable template regions control which areas of a template-based page a user can edit. Before you insert an editable region, save the document you are working in as a template.
If you insert an editable region in a document rather than a template file, an alert warns you that the document will automatically be saved as a template.
You can place an editable region anywhere in your page, but consider the following points if you are making a table editable:
You can mark an entire table or an individual table cell as editable, but you can’t mark multiple table cells as a single editable region. If a <td> tag is selected, the editable region includes the region around the cell; if not, the editable region affects only content inside the cell.
Select the text or content that you want to set as an editable region.
Place the insertion point where you want to insert an editable region.
Select Insert > Template > Editable Region.
In the Templates category of the Insert panel, select Editable Region.
Do not use special characters in the Name box.
Click OK. The editable region is enclosed in a highlighted rectangular outline in the template, using the highlighting color that is set in preferences. If you insert an empty editable region in the document, the name of the region also appears inside the region.
You can easily identify and select template regions in both the template document and template-based documents.
Click on the editable region in the Code View.
Select Tools > Templates, then select the name of the region from the list at the bottom of that submenu.
Editable regions that are inside a repeated region do not appear in the menu. You must locate these regions by looking for tabbed borders in the Document window.
The editable region is selected in the document.
If you’ve marked a region of your template file as editable and you want to lock it (make it noneditable in template-based documents) again, use the Remove Template Markup command.
Click the tab in the editable region tag at the bottom of the page to select the editable region.
Select Tools > Template > Remove Template Markup.
The region is no longer editable.
After you insert an editable region, you can later change its name.
From the Code View, select the editable region that you want to modify.
From the bottom pane, select the editable region tag. Right-click and select Quick Tag Editor.
You can easily modify the name of the editable region from the pop-up dialog box.
Sign in to your account