Microsoft FrontPage Support Radio Weblog :
Tips and Frequently Asked Questions for Users of Microsoft® FrontPage®.

 















Subscribe to "Microsoft FrontPage Support Radio Weblog" in Radio UserLand.

Click to see the XML version of this web page.



Email Me

Click here to send an email to the editor of this weblog.

 
 

Tutorial: Using FrontPage with Radio Weblogs

How do I remove underlines from my hyperlinks

Applies to:

FrontPage 2002
FrontPage 2000
FrontPage 98

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: 

  1. Select the hyperlink from which you want to remove the underline

  2. On the Formatting toolbar, click the Underline button

  3. The hyperlink will no longer be underlined.

Use Cascading Style Sheets (CSS):

  1. Switch to HTML View.

  2. 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.

  1. Highlight the link.

  2. Choose Format, Font from the menu.

  3. Click on Style.

  4. Set the text decoration to none.



© Copyright 2003 David Berry.
Last update: 1/20/2003; 8:24:09 PM.

All products and company names mentioned herein are the trademarks of their respective owners. Microsoft® and FrontPage® are registered trademarks of Microsoft Corporation in the United States and/or other countries.



Click here to visit the Radio UserLand website.