Hyperlink Question

  • Thread starter Thread starter Kate
  • Start date Start date
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; }
 
Back
Top