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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top