Tutorial Description - HTML Editor: Any
Recommended: Macromedia Dreamweaver 8
In this article we teach you how simple it is to create links with no underline. This is done using CSS Styles.
If you use Dreamweaver, do the following:
Open any page of your site and select window > CSS Styles and Click the New CSS Style button (+ icon), a pop-up window will show up.
If you want to use the link without underline only for some links: Select Class in the Selector Type and type .links in the Name box.
If you want the link without underline for all links in your page or site: Select Advanced in the Selector Type. Now select a:hover from the Selector list box.
Define the style in an existing Style Sheet, a new Style sheet or embedded in your current Document, and click OK.
In the CSS Style Definition pop-up window that appears give the Text specifications in the Category: Type. Tick the checkbox none if you don't want any underline to appear for the links.
To use this style just select and right click the tag in the tag selector located at the bottom left of the Document window. For the Set Class attribute select links from the list.