why does my text hyperlink enlargen when clicked

  • Thread starter Thread starter Guest
  • Start date Start date
message
:i have created a link at www.mgnd.co.uk called Denise's
Crafts. When
: clicked, the text box i have used enlargens and is
annoying... what am i
: doing wrong?

That behavior is defined in the <head> section of your page:

<style>
<!--
a:active { text-decoration: blink; font-family: Viner
Hand ITC; font-size: 36pt; color:
#FF0000; font-style: italic; font-weight:
bold }
-->
</style>
 
Back
Top