View Full Version : UNder & Over line Links?


Laina002
02-19-2003, 08:18 PM
I want my links to be over and under lined when your mouse goes over it.. like this site: http://support.suddenlaunch2.com/index.cgi? But i want to do it on GeoCities so I dont have to but it in the body or head part or whatever....I get confused can someone help me??

Alcy
02-19-2003, 09:57 PM
<style type="text/css">

a:hover
{
text-decoration:underline overline;
}

</style>

^ That's supposed to go into the head....