- From: Don Peters <depeters22@sbcglobal.net>
- Date: Fri, 29 Feb 2008 13:18:38 -0500
- To: <www-validator@w3.org>
Received on Friday, 29 February 2008 20:53:47 UTC
I am getting 1 error on www.heinzbikeandski/bike.aspx. <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/Images/prestige2008t.jpg" OnClick="ImageButton1_Click" BorderWidth="0px" /> The source ( view source in Firefox ) is <input type="image" name="ImageButton1" id="ImageButton1" src="Images/prestige2008t.jpg" style="border-width:0px;" /> But the validation is saying: Line 53, Column 108: there is no attribute "border". ..rc="Images/prestige2008t.jpg" border="0" /> Its border-width, not border, and I don't think I am doing anything wrong. Don NOTE: Whenever possible, give the address of the document you were checking.
Received on Friday, 29 February 2008 20:53:47 UTC