Adding Page Regions to Dreamweaver Templates
Add Page Regions to your Web pages by adding <tcdl:region> elements to your Dreamweaver Templates.
Before you begin
To create a Dreamweaver Template, you must have Template Management rights as well as write permissions for the Folder in which you intend to create the Compound Template.
Before adding <tcdl:region> elements to Dreamweaver Templates, add <Region> elements to the smarttarget_conf.xml file to define your Page Regions.
About this task
A Dreamweaver template is typically used to define the design of a Web page. Web pages are divided up into different regions which define the arrangement and styling of elements (content) on the page. For example, the <div> tag is frequently used to define page layout to group block-elements and format these with styles.