MACROMEDIA DREAMWEAVER MX 2004-USING DREAMWEAVER Use Manual page 220

Hide thumbs Also See for DREAMWEAVER MX 2004-USING DREAMWEAVER:
Table of Contents

Advertisement

The default color for non-editable text is gray; you can select a different color for the editable and
non-editable regions in the Preferences dialog box. For more information, see
coloring preferences for a template" on page
Related topics
"Viewing templates in Design view" on page 217
"Viewing templates in Code view" on page 218
"Viewing template-based documents in Design view" on page 218
Template tag syntax
This section describes the general syntax rules and lists the HTML comment tags Dreamweaver
uses to specify regions in templates and template-based documents. Dreamweaver automatically
inserts template tags in the code when you insert a template object.
Note: Dreamweaver uses HTML comment tags to define template regions, so template-based
documents are still valid HTML files.
General syntax rules
Following are general syntax rules:
Wherever a space appears, you can substitute any amount of whitespace (spaces, tabs, line
breaks). The whitespace is mandatory except at the very beginning or end of a comment.
Attributes can be given in any order. For example, in a TemplateParam, you can specify the
type before the name.
Comment and attribute names are case sensitive.
All attributes must be in quotation marks. Single or double quotes can be used.
For information about checking your syntax, see
Related topics
"Instance tags" on page 221
Template tags
Dreamweaver uses the following template tags:
<!-- TemplateBeginEditable name="..." -->
<!-- TemplateEndEditable -->
<!-- TemplateParam name="..." type="..." value="..." -->
<!-- TemplateBeginRepeat name="..." -->
<!-- TemplateEndRepeat -->
<!-- TemplateBeginIf cond="..." -->
<!-- TemplateEndIf -->
<!-- TemplateBeginPassthroughIf cond="..." -->
<!-- TemplateEndPassthroughIf -->
<!-- TemplateBeginMultipleIf -->
<!-- TemplateEndMultipleIf -->
220
Chapter 11: Managing Templates
228.
"Checking template syntax" on page
"Customizing code
244.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER MX 2004-USING DREAMWEAVER and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Dreamweaver mx 2004

Table of Contents