|
Q. How do I remove underlines from my hyperlinks?
A. In FrontPage 2002 and FrontPage 2000 there are two ways to remove the underline formatting from a hyperlink.
Use the Underline button on the Formatting toolbar:
-
Select the hyperlink from which you want to remove the underline
-
On the Formatting toolbar, click the Underline button.
-
The hyperlink will no longer be underlined.
Use Cascading Style Sheets (CSS):
-
Switch to HTML View.
-
In between the <HEAD> and </HEAD> tags put:
<style> <!-- a {text-decoration:none} //--> </style>
In FrontPage 98 you can do this from the Font menu.
-
Highlight the link.
-
Choose Format, Font from the menu.
-
Click on Style.
-
Set the text decoration to none. |