Highlighted image
Moderator: General Moderators
Highlighted image
i am using <a> tag over the <img> tag but it outlines the image blue how can i remove that outline.....and i dont want to use <inpt type=image>(novice)
Using CSS:
Code: Select all
a:link img, a:visited img, a:hover img, a:active img {
border: none;
}SOLVED
thanks it worked