Inserting Hyperlink

S

Sefa

Hi,

Whenever I insert a hyperlink on FrontPage, I get my text
underlined ? How can I avoid my text being underlined ?

Thanx,
Sefa Urgenc
 
S

Steve Easton

Paste this between the head tags.

<script type="text/css">
a. {text-decoration: none;}
</script>


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