Search results

  1. G

    HTML code, changing text size and font on link tags.?

    Im looking to change the size and font of the text on links that you hover where the colour of the text changes. This is what i have so far.. <style type="text/css"> a:link {color: white} a:visited {color: white} a:hover {color: black} a:active {color: #00FFFF} </style>
  2. G

    Looking for a specific link tag/code html?

    Im adding a link to a web page but can't remember something. Im looking to create a link that when clicked it takes you to a new page but doesn't open in a new window.. whats the tag/code please.
Back
Top