Jump to content

<A href... border


ReVeR

Recommended Posts

Hello.
I have an image that has a link in it view <a href..but it makes an ugly border around the linked image...
i was wondering how can i get rid of that border?
[code]
a:link,
a:visited,
a:active{
    background: transparent;
    color: #dadada;
    text-decoration: underline;
    border:hidden;
}
a:hover{
    background: transparent;
    color: #fefefe;
}
[/code]
Thx
Link to comment
https://forums.phpfreaks.com/topic/12274--/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.