Dreamweaver CS4 Resources
|
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- In the Tag Library editor (Edit >
Tag Libraries), click the Plus (+) button, and select New Tag Library.
- In the Library Name box, type a name (for example, Miscellaneous
Tags), and click OK.
Add tags to a tag library- In the Tag Library editor (Edit >
Tag Libraries), click the Plus (+) button and select New Tags.
- Select Tag Library pop‑up menu, and select a tag library.
- Type the name of the new tag. To add more than one tag,
separate the tags’ names with a comma and a space (for example: cfgraph,
cfgraphdata).
- If the new tags have corresponding end tags (</...>),
select Have Matching End Tags.
- Click OK.
Add attributes to a tag- In the Tag Library editor (Edit >
Tag Libraries), click the Plus (+) button and select New Attributes.
- In the Tag Library pop‑up menu, select a tag library.
- In the Tag pop‑up menu, select a tag.
- Type the name of the new attribute. To add more than
one attribute, separate attributes’ names with a comma and a space
(for example: width, height).
- Click OK.
|