Answered
underlined hyperlinks
is there any way that i can do away with the underlining on the hyperlinks on any page? I found some simple style scripting that i added to the html code, but when i saved the page, the code changed and the links stayed underlined.
this is what i added into the HEAD section of the html:
<STYLE>
<!--
A{text-decoration:none}
-->
</STYLE>
