Underlined Hyperlink Text

N

Nick

Is there anyway to create a hyperlink text on a FrontPage
website that isn't underlined?

Any help is greatly appreciated.

Nick
 
K

Kevin Spencer

Use a style: text-decoration:none

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
S

Steve Easton

Add this between the head tags, to apply to all hyperlinks.

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

Or if you only want it to apply to one hyperlink, make it an inline style
for the link.
style="text-decoration: none;"


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

Guest

Thank you for your help.
-----Original Message-----
Add this between the head tags, to apply to all hyperlinks.

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

Or if you only want it to apply to one hyperlink, make it an inline style
for the link.
style="text-decoration: none;"


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



.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top