Re: Underline in Hyperlinks
From: Steve Easton (admin_at_95isalive.com)
Date: 10/25/04
- Next message: Smart-Alex: "Re: I WANT MY FP2000 BACK"
- Previous message: ultim8promise: "how do I creat a user profile page for frontpage"
- In reply to: Anne: "Underline in Hyperlinks"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 25 Oct 2004 17:55:37 -0400
To remove them from a page copy and paste this into the head section in code view:
<style>
a{text-decoration:none}
</style>
To remove them from an entire site place this:
a{text-decoration:none}
into an external style *** and apply it to the entire web.
You make the style *** with notepad and name it mystyle.css extension
It is then applied to the page using this in the head tag:
<link rel="style***" type="text/css" href="mystyle.css">
You can name it anything you want.
-- Steve Easton Microsoft MVP FrontPage 95isalive This site is best viewed............ .......................with a computer "Anne" <Anne@discussions.microsoft.com> wrote in message news:2D7FF589-0BC7-4B14-BF4B-9A186CE6AAE7@microsoft.com... > I have reviewed several of the discussion questions on hyperlinks with > underlines in Frontpage 2000. I've tried to type what I have learned in the > htlm view without any luck. What exactly do you type, and where exactly do > you type to have no underlines in the web site. > > Thanks for your help
- Next message: Smart-Alex: "Re: I WANT MY FP2000 BACK"
- Previous message: ultim8promise: "how do I creat a user profile page for frontpage"
- In reply to: Anne: "Underline in Hyperlinks"
- Messages sorted by: [ date ] [ thread ]