Re: Anchored images...

At 10:57 AM 08/06/98 -0400, Moss, Alan M wrote:
>The following is invalid in "strict" HTML 4.0 per the w3c:
>
><a href="link.html"><img src="some_image.gif" border="0"></a>
>
>Is there a work around in CSS to this problem.

a img { border: none }

>I've tried the "border"
>attributes but to no avail.

Works fine on IE4 (at least on Win95).  Netscape 4.x is a bit more broken
than IE4 when it comes to CSS.  If you want the border gone on Netscape,
then...

>use "transitional"

>Please do not reply and say "use
>transitional", because I would like an actual solution, not a
>run-around.

Actual solutions do not always exist for buggy browsers.

-- 
Liam Quinn

Received on Monday, 8 June 1998 12:43:22 UTC