--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 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:59:03 GMT