5. In the Decoration section of the Type category, select the None option. You can also make any other
modifications to the anchor tag style, such as color or font size. Click OK when you??™re finished.
TIP TIP
CAUTION CAUTION
NOTE NOTE
341
Establishing Web Links 10
FIGURE 10-2
The Dreamweaver CSS Styles panel helps you apply consistent styles to a Web page.
Many designers, myself included, like to make the link apparent by styling it bold and putting
it in a different color.
The Style Definition window closes, and any style changes instantly take effect on your page. If you have
any previously defined links, the underline disappears from them.
Now, when viewed through a browser, any links that you insert on your page still function as links??”the
user??™s pointer still changes into a pointing hand, and the links are active??”but no underline appears.
One variation on this technique is to make the underline appear only when the mouse rolls over the link.
To accomplish this variation, define a CSS rule for the a:hover selector and set the Decoration to
Underline.
This technique works for any text used as a link. To eliminate the border around an image designated
as a link, the image??™s border must be set to 0 in the Property inspector. Dreamweaver
handles this automatically when a graphic is made into a link.
Pages:
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699