Hyperlink Question

K

Kate

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; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
 
Top