Posted by David Dorward on 10/19/93 11:48
Volter wrote:
> When I put image as link it is in the border on IE.
> How can I remove this border?
First decide if you *really* want to do this. Like underlining of text,
a border is a clue to the user that the image is a link and not just
something to look at.
Then use the CSS border property.
> <a href=#>
Attribute values including the "#" character must be quoted in HTML.
> <img src=gif> </a>
The alt attribute for the img element is required in current versions
of HTML.
[Back to original message]
|