FrontPage 2003 How To

×

Please Note:

FrontPage 2003 is no longer supported for Fpweb.net managed hosting clients. However, we continue to offer online help & support resources for Microsoft® FrontPage in our expansive Support Achive.

How To Remove Underlines from Hyperlinks That Use FrontPage 2003

This article describes the preferred method for removing the underline from a hyperlink in FrontPage 2003.

Microsoft® provides programming examples for illustration only, without warranty either expressed or implied, including, but not limited to, the implied warranties of merchantability and/or fitness for a particular purpose. This article assumes that you are familiar with the programming language being demonstrated and the tools used to create and debug procedures.

How to Remove the Underline from a Single Hyperlink

There are two ways to remove the underline formatting from a single hyperlink:

  • Use the Underline button on the Formatting toolbar. To do this:
    1. Select the hyperlink where you want to remove the underline.
    2. On the Formatting toolbar, click the Underline button.

      The hyperlink will no longer be underlined.

  • Use the text-decoration cascading style sheet (CSS) attribute.
    1. In FrontPage 2003, click the Code tab at the bottom of the FrontPage window.
    2. Locate the code that looks similar to the following code:
      <a href="http://Example.Microsoft.Com">underlinedhyperlink</a>
    3. Insert the style tag with the style="text-decoration:none" attribute in
      the anchor tag, so that your code looks similar to the following code: <a style="text-decoration:none" href="http://Example.Microsoft.Com">
      nonunderlinedhyperlink</a>
    4. On the File menu, click Save.
      The hyperlink will no longer be underlined.

How to Remove the Underline from All Hyperlinks

You can remove the underline from all hyperlinks in a page by adding a <STYLE> section to the page.

To remove the underline from all hyperlinks on a page, follow these steps:

  1. Open the page that you want to modify.
  2. Click the Code tab.
  3. Put the following HTML code before the <BODY> tag:
    <STYLE>A {text-decoration: none;} </STYLE>
  4. Click the Design tab.
    Your hyperlinks no longer contain underlines.

The information in this article applies to:

  • Microsoft® Office FrontPage 2003

Microsoft® Knowledge Base Article – 825543


Fpweb.net provides managed hosting servers from small businesses to large enterprises.