Dreamweaver CS4 Resources
|
Insert tags with the Tag Chooser
Use the Tag Chooser
to insert in your page any tag in the Dreamweaver tag libraries
(which include ColdFusion and ASP.NET tag libraries).
- Position the insertion point in the code, right-click
(Windows) or Control‑click (Macintosh), and select Insert Tag.
The Tag Chooser appears. The left pane contains a list
of supported tag libraries, and the right pane shows the individual
tags in the selected tag library folder.
- Select a category of tags from the tag library, or expand
the category and select a subcategory.
- Select a tag from the right pane.
- To view syntax and usage information for the tag in the
Tag Chooser, click the Tag Info button. If available, information
about the tag appears.
- To view the same information about the tag in the Reference
panel, click the <?> icon. If available, information about
the tag appears.
- To insert the selected tag into your code, click Insert.
If the tag appears in the right pane with angle brackets
(for example, <title></title>), it
doesn’t require additional information, and it’s immediately inserted
into the document at the insertion point.
If the tag does
require additional information, a tag editor appears.
- If a tag editor opens, enter the additional information,
and click OK.
- Click the Close button.
|