PDA

View Full Version : The Line Underneath A HyperLink...



iRoss
21-01-2005, 05:26 PM
:eusa_sile this sounds really stupid but, u know on hyperlinks how do you get the line 2 dissapear from underneath :eusa_doh: :eusa_wall i should really know this =D

Thanks

-JT-
22-01-2005, 12:31 PM
<style>A:link {
Color: white; TEXT-DECORATION: underline
}
A:visited {
COLOR: white; TEXT-DECORATION: underline
}
A:active {
COLOR: white; TEXT-DECORATION: underline
}
A:hover {
COLOR: #660000; TEXT-DECORATION: none
}</style>

thats it, just change the colours

iRoss
22-01-2005, 07:22 PM
thanks, but where exactally does it go? because when i view it in normal and/or preview mode it shows it as text :l

Mentor
27-01-2005, 09:49 PM
its css, it should be able to go anywhere? athogh there mostly put in the head section

splintercell!
28-01-2005, 07:32 PM
try adding this to the body tag and fiddling with the colours..
alink=000000 vlink=000000 link=000000 it seems to change it ..

Want to hide these adverts? Register an account for free!