- From: ronaldjbich <ronaldjbich@attbi.com>
- Date: Mon, 26 May 2003 11:54:08 -0600
- To: <www-validator@w3.org>
I ran across this in my validation too. So I removed this and it did not appear to change my page appearance, but I was curious about this myself. Also removed several other attributes that I thought were available too, like language="javascript", and I removed all of these attributes and my page still appears to behave the same and look the same. Ron Bich -----Original Message----- From: www-validator-request@w3.org [mailto:www-validator-request@w3.org]On Behalf Of H. Ray Battels Sent: Monday, May 26, 2003 11:21 AM To: www-validator@w3.org Subject: MarkUp Validation Service Problem RE: MarkUp Validation Service In the following "form" data I can't get vlidation for the term: border="0". <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_cart"> <input type="hidden" name="business" value="Sales@timeofday.us"> <input type="image" src="https://www.paypal.com/images/view_cart.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> <input type="hidden" name="display" value="1"> </form> The validator says: Line 41, column 77: there is no attribute "BORDER" (explain...). I am sure there is a border attribute in the image tag, isn't there? H. Ray Battels
Received on Monday, 26 May 2003 13:50:25 UTC