Hyperlink underlining

D

Dynamo

How can I prevent a text hyperlink from being underlined in frontpage 2000?

TIA
Dynamo
 
K

Kevin Spencer

Sure. Just apply the CSS style text-decoration:none.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
M

MikeR

If you do that, how do I know it's a link? IMNSHO, not a good idea, unless you give a cue
it's a link some other way.
MikeR
 
M

Matt

Kevin Spencer said:
Sure. Just apply the CSS style text-decoration:none.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Ambiguity has a certain quality to it.
 
S

Steve Easton

You add it to the <a tag for the link.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Top