Help - Search - Members - Calendar
Full Version: Border Around Image Links
Forums > Resource Center > Webmasters' Corner > Resolved Topics
ForgiveTheSinner
I'm trying to get rid of the border that goes around an image link but I don't know how.

Anyone know the code?

Cause in my code I have it for normal text links but it applies to the image links too.

If I'm not making any sense just tell me.
schizo
This should do it for all the images in your layout. Just add it to the stylesheet:

CODE
img {border:none;}


Or, you could just use this when you're linking images:

CODE
<img src="URL HERE" border="0">
ForgiveTheSinner
You are a lifesaver!! Thank you so much.
schizo
No problem. ;)

Closed and moved to resolved.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.