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