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