I want to put icons on my web page so people can click the icon and be directed to a link, however, the icons that I have are always surrounded by a thin blue lined box. Is there any way I can remove this?
Three answers:
Randy
2008-08-01 10:25:42 UTC
Charles
2008-08-01 17:25:47 UTC
Put the border="0" in your image tag:
OR
Put this in the header part of your html or in your style sheet:
empormike
2008-08-01 17:26:31 UTC
Add this to your css:
a img {
border: 0px;
}
This will affect ALL images on your site
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.