|
| |
|
|
NJHoya
Posts: 3 Joined: 6/24/2003 Status: offline
|
How to Remove Hyperlink Formatting? - 6/24/2003 19:14:00
I am trying to make some specifically formatted text into a hyperlink without giving it that traditional hypelink " underline" look. I want the word to remain Bold, Gray and not look like a hyperlink per se. I will give it a rollover format once I figure this problem out. I have gone to Page Properties and changed the hyperlink status colors, but I still can' t make the underline disappear. Font formatting doesn' t seem to work either once it has become a hyperlink. Thank you in advance for helping me with this! - R
|
|
|
|
Ziggyzaz
Posts: 250 Joined: 5/29/2003 Status: offline
|
RE: How to Remove Hyperlink Formatting? - 6/24/2003 19:15:30
the easiest way to do that is to set up a css file that tells the coding exactly what you want the hyper link to do. the only downfall is that it will make all of your hyper links that way.
_____________________________
Your Chicken is on Fire
|
|
|
|
Fe_man02
Posts: 11 Joined: 6/17/2003 Status: offline
|
RE: How to Remove Hyperlink Formatting? - 6/24/2003 19:26:50
Obviously I' m a serious beginner at this but... Had you considered using a hover button. They will make your site a little slower and have some issues as far as changeability. I' m sure you had already thought about this... just don' t pay attention to me, I' ll go sit in the corner.
|
|
|
|
Non-Profit
Posts: 388 From: Virginia, USA Status: offline
|
RE: How to Remove Hyperlink Formatting? - 6/24/2003 22:56:55
R, I think CSS is the way to go. It' s really not that difficult. Look at http://www.frontpagewebmaster.com/m_40091/appid_/p_/mpage_1/key_underline%252Clinks/tmode_/smode_/s_/tm.htm#40092 quote:
the only downfall is that it will make all of your hyper links that way. Not if you set up different classes for different styles. See the above thread. quote:
Had you considered using a hover button. FP hover buttons are not stable. Avoid them if possible. HTH Tony
|
|
|
|
Donkey
Posts: 3892 Joined: 11/13/2001 From: Blackfield United Kingdom Status: offline
|
RE: How to Remove Hyperlink Formatting? - 6/27/2003 13:25:51
I just use the following code in the <head> </head> section <style fprolloverstyle>A:hover {color: #FFFF00}
a {text-decoration:none}
</style> Change the colour to suit .
|
|
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
|
|
|