make it with css:
<head>
<style type="text/css">
a.linkname.link { color: green }
a.linkname:hover { color: red}
</style>
</head>
<body>
<a class="linkname" href="http://www.google.com/" title=" It works!"> Link to GoOgLE</a>
</body>
</html>
You can put anything what you want where it says "linkname". You can do this with the notebook or programs like dreamweaver. Learn more about css: http://www.w3c.org
_______________________________
Nunca escribo nada que no pueda negar después




Bookmarks