Posted by PeterMcC on 10/25/46 11:46
ironcorona wrote in
<4455d943$1@quokka.wn.com.au>
> 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;}
Are you crazy? Why risk all those security hazards for the sake of a border?
[1]
--
PeterMcC
[1] see thread "Cascading style sheet hazard"
:)
[Back to original message]
|