why does my text hyperlink enlargen when clicked

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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>
 

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

Back
Top