hyperlink decoration

R

Rose

You can use this in your HTML section, just paste it under
the <HEAD> tag at the top

<style type="text/css">{ }
a:link { text-decoration: none; color: #000000 }
a:visited { text-decoration: none; color: #000000 }
a:hover { text-decoration: none; color: #66CCFF }
--></style>

you can change the #colours to whatever you would like.

Hope that helps,
Rose
 
Top