Hyperlink Underline Removal

  • Thread starter Thread starter Tiffany K. Edmonds
  • Start date Start date
T

Tiffany K. Edmonds

In HTML view, add the following to the head section of each page

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

<style>a {text-decoration: none;}</style>

--
95isalive
This site is best viewed..................
...............................with a computer
Cannot get your suggestion to work.
I added exactly as indicated in your response.
When I type text and then insert a hyperlink it still shows an
underline. Is there not a Tweak-type program that will let me remove
the underline?
Thanks
 
Cannot get your suggestion to work.
I added exactly as indicated in your response.
When I type text and then insert a hyperlink it still shows an
underline. Is there not a Tweak-type program that will let me remove
the underline?
Thanks
 
Steve,
That worked for me. Thanks a million.


Try this:

<style>a {text-decoration: none;}</style>

--
95isalive
This site is best viewed..................
..............................with a computer
Cannot get your suggestion to work.
I added exactly as indicated in your response.
When I type text and then insert a hyperlink it still shows an
underline. Is there not a Tweak-type program that will let me remove
the underline?
Thanks
 
Back
Top