Re: border="0"

From: Terje Bless (link@pobox.com)
Date: Fri, Sep 28 2001

  • Next message: JAMESICUS@aol.com: "Re: Using the validation service to validate XHTML"

    From: Terje Bless <link@pobox.com>
    To: Najib Tounsi <tounsi@emi.ac.ma>
    Cc: www-validator@w3.org
    Date: 28 Sep 2001 11:45:36 +0200
    Message-Id: <1001670337.2315.19.camel@tux>
    Subject: Re: border="0"
    
    On Wed, 2001-09-26 at 15:07, Najib Tounsi wrote:
    > Hello,
    > 
    > Attribute border="0" must be added to the suggested code for XHTML icon, 
    > at the end of the result text  by the validator.
    > ;-)
    
    :-)
    
    Sorry, but there is no attribute "border" for element "img" in XHTML.
    You need to use '<img style="border-style: none"' (add "border: white",
    for white backgrounds, to also hide it from Netscape 4.x).