Hyperlinks

Does anyone know if there is a way where you can remove the undeerlining when you create hyperlinks?

If you want to do it by editing the HTML directly you can do this…

In between the [HEAD][/HEAD] tags (replace [] with <>) insert this…


<STYLE TYPE="text/css">
<!--
a:link {text-decoration: none; }
a:visited {text-decoration: none; }
a:active {text-decoration: none; }
a:hover {text-decoration: none; }
a {text-decoration: none;}
-->
</STYLE>

Hello dpotter101,
I also found that simply selecting the hyperlink and pressing the underline button from the Formatting toolbar removes the underline as well :stuck_out_tongue:

Cheers!
Kirupa

Or that:P