- From: Eng Siang <es@oliva.history.denison.edu>
- Date: Mon, 8 Jun 1998 11:11:07 -0400 (EDT)
- To: "Moss, Alan M" <amoss@miami.edu>
- cc: www-html@w3.org
--snip--
> The following is invalid in "strict" HTML 4.0 per the w3c:
> <a href="link.html"><img src="some_image.gif" border="0"></a>
--snip--
there IS a way to go around it.. works only with IE4 (PC, that is;
not even Mac IE)
---
in stylesheet:
A:link IMG { border: 0px }
A:visited IMG { border: 0px }
A:active IMG { border: 0px }
---
in the HTML:
<A HREF="blah.html"><IMG SRC="yadda.gif" ALT="yadda"
HEIGHT=1001 WIDTH=1234></A>
---
tES>
Received on Monday, 8 June 1998 12:10:34 UTC