
Originally Posted by
jgcalifornia
somethignbigger.org
I managed to change the text color, but not the underline.
I have CSS set to text decoration none, and white font color.
There is no underline selected when editing, and the blue wont disappear while in edit mode.
It looks like two different editors were used for the HTML, at least one being Adobe GoLive; multiple editors might introduce some complexity if each varies in how certain CSS styling/effects and HTML edits are applied.
I would consider trying CSS for the specific styling of hyperlinks; for example, something like one or more of the following (as a very basic example):
Code:
a:link { text-decoration:none }
a:visited { text-decoration:none }
a:hover { text-decoration:none }
a:active { text-decoration:none }