navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

remove underline hyperlink

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> remove underline hyperlink
Page: [1]
 
Pat G

 

Posts: 276
From: Virginia
Status: offline

 
remove underline hyperlink - 11/11/2003 13:32:25   
Hi all. Not doing the CCS thing...how do I remove the underline in a hyperlink. The easy way.

Thanks! Pat

_____________________________

Animals are people too.
Spooky

 

Posts: 26606
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: remove underline hyperlink - 11/11/2003 13:55:02   
IE > tools > options > advanced > Underline Hyperlinks > never :)

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to Pat G)
nowlkldy

 

Posts: 1393
From: Topeka, Kansas
Status: offline

 
RE: remove underline hyperlink - 11/11/2003 16:15:55   
Spooky, does that work when using FP? Or just when surfing? When I want to remove the underline in a web I'm building I just highlight it and undo the "U" on the toolbar.

_____________________________

Home is where you keep your "stuff" while you're out getting more "stuff". --George Carlin

(in reply to Spooky)
Phunky

 

Posts: 35
Joined: 11/6/2003
Status: offline

 
RE: remove underline hyperlink - 11/12/2003 11:23:42   
putting an inline style would be really easy...


<a href="#" style="text-decoration:none;"></a>

(in reply to Pat G)
DarlingBri

 

Posts: 3123
From: Left of Centre, Cork, Ireland
Status: offline

 
RE: remove underline hyperlink - 11/12/2003 11:29:04   
Spooky is just being silly; that will turn off underlining for you, but other people will still see it.

The inline style would sort of be a pain, as you have to do it for every hyperlink.

You can add a snippet of CSS inside the <head></head> tags instead:

<style TYPE="text/css">
<!--
A:LINK, A:VISITED, A:ACTIVE { text-decoration: none }
//-->
</style>

< Message edited by DarlingBri -- 11/12/2003 11:30:03 AM >


_____________________________

--Bri
Bartlet for President 2008
Get a taste of religion. Lick a witch.

(in reply to Phunky)
Phunky

 

Posts: 35
Joined: 11/6/2003
Status: offline

 
RE: remove underline hyperlink - 11/12/2003 11:34:10   
touche :)


good call though...

(in reply to DarlingBri)
Spooky

 

Posts: 26606
Joined: 11/11/1998
From: Middle Earth
Status: offline

 
RE: remove underline hyperlink - 11/12/2003 13:28:06   
quote:

Not doing the CCS thing...


quote:

The easy way.


I still reckon Im right :)

_____________________________

If you arent part of the solution, then there is good money to be made prolonging the problem

§þ:)


(in reply to Phunky)
Page:   [1]

All Forums >> Web Development >> General Web Development >> remove underline hyperlink
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts