The style is usually depicted as underlined text.
CAUTION CAUTION
283
Working with Text 8
Using the
tag
Currently, Dreamweaver does not support one useful style tag: the tag. Rendered as italic text
by browsers, the ... tag pair often marks the signature and e-mail address of a
Web page??™s creator.
An easy way to do this in Dreamweaver is to use the Quick Tag Editor. Select your text and then
press Ctrl+T (Command+T) to automatically enter Wrap Tag mode. If Tag Hints is enabled, all you
have to do is start typing address, and press Enter (Return) twice to accept the hint and confirm the tag. In
Code view and the Code inspector, the ... tag pair is also available as a Code Hint.
If you??™re applying the tag to multiple lines, use
tags to form line breaks. The following
example shows the proper use of the tags:
The President
1600 Pennsylvania Avenue NW
Washington, DC 20500
This code is shown on a Web browser as follows:
The President
1600 Pennsylvania Avenue NW
Washington, DC 20500
To remove a standard style, highlight the styled text, choose Text ??? Style, and select the name
of the style you want to remove. The checkmark disappears from the style name.
Pages:
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593