Re: Add Subject Here

Hi Don,

On Feb 29, 2008, at 13:18 , Don Peters wrote:

> I am getting 1 error on www.heinzbikeandski/bike.aspx.
>
> But the validation is saying:
> Line 53, Column 108: there is no attribute "border".
> …rc="Images/prestige2008t.jpg" border="0" />
The Validator is validating whatever it receives... In this case, it's  
receiving broken markup because ASP.net, by default, sends mangled  
HTML to "browsers" it doesn't know.

Details:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3734
> Its border-width, not border, and I don’t think I am doing anything  
> wrong.

No, you're not. ASP.net is.
There's a fix in the bugzilla page, which you may want to try.
If not, you could always ask Microsoft's customer support why ASP.net  
is broken...

Regards,
-- 
olivier

Received on Friday, 29 February 2008 21:08:20 UTC