Posted by ironcorona on 11/24/70 11:46
Neo wrote:
> I am having this problem where I get a colored link box around the
> image used. How do I eliminate this colored link box so it's just the
> image?
<a href="http://www.example.com/"
<img
src="http://www.example.com/image"
alt="alternate text"
border="0"
/>
</a>
or you can do it in CSS by using the following code:
img {border:0;}
--
ironcorona
Navigation:
[Reply to this message]
|