Help
-
Search
-
Members
-
Calendar
Full Version:
Border Around Image Links
Forums
>
Resource Center
>
Webmasters' Corner
>
Resolved Topics
ForgiveTheSinner
Oct 10 2008, 06:42 PM
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
Oct 10 2008, 06:44 PM
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
Oct 10 2008, 07:04 PM
You are a lifesaver!! Thank you so much.
schizo
Oct 10 2008, 07:05 PM
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
.