Posted by John L. on 10/08/07 11:45
pkg wrote:
> Dear all!
>
> I want to create a link which is displayed as an image. So I tried the
> following code:
> <a href="http:/...de"><img src="....gif"</a>
> How can I avoid the blue frame around the image without changing the
> global options for links???
>
> Many thanks for help!
Add the following to your style sheet:
a img {
border: 0;
}
Navigation:
[Reply to this message]
|