Operation Manual

Table Of Contents
418
Coding
Last updated 11/30/2015
Edit the contents of server-side includes
You can use Dreamweaver to edit server-side includes. To edit the content associated with the included file, you must
open the file.
1 Select the server-side include in either Design view or Code view, and click Edit in the Property inspector.
The included file opens in a new Document window.
2 Edit the file, and then save it.
The changes are immediately reflected in the current document and in any subsequent document you open that
includes the file.
3 Upload the include file to the remote site if necessary.
Managing tag libraries
Note: The user interface has been simplified in Dreamweaver CC and later. As a result, you may not find some of the
options described in this article in Dreamweaver CC and later. For more information, see
this article.
About Dreamweaver tag libraries
A tag library, in Dreamweaver, is a collection of tags of a particular type, along with information about how
Dreamweaver should format the tags. Tag libraries provide the information about tags that Dreamweaver uses for code
hints, target browser checks, the Tag Chooser, and other coding capabilities. Using the Tag Library editor, you can add
and delete tag libraries, tags, attributes, and attribute values; set properties for a tag library, including format (for easy
identification in the code); and edit tags and attributes.
Open and close the Tag Library editor
1 Select Edit >Tag Libraries to open the Tag library editor.
The Tag Library Editor dialog box appears. (The options of this dialog box change depending on the selected tag.)
2 Close the Tag Library editor in one of the following ways:
To save changes, click OK.
To close the editor without saving changes, click Cancel.
Note: When you click Cancel, all changes you’ve made in the Tag Library editor are discarded. If you deleted a tag or
tag library, it’s restored.
Add libraries, tags, and attributes
You can use the Tag Library editor to add tag libraries, tags, and attributes to the tag libraries in Dreamweaver.
Add a tag library
1 In the Tag Library editor (Edit > Tag Libraries), click the Plus (+) button, and select New Tag Library.
2 In the Library Name box, type a name (for example, Miscellaneous Tags), and click OK.
Add tags to a tag library
1 In the Tag Library editor (Edit > Tag Libraries), click the Plus (+) button and select New Tags.