- From: Benjamin Hawkes-Lewis <bhawkeslewis@googlemail.com>
- Date: Sun, 28 Sep 2008 21:40:12 +0100
- To: pconver <pconver@gmail.com>
- CC: www-validator@w3.org
pconver wrote: > Validating http://sensibilidad.org.ar/sensibilidad/blog/adshow.asp > written in iso-8859-1, HTML 4.01 Transitional > > I’m receiving For //Line 100, Column 126//: *there is no attribute > "ONLOAD"*. > > |><IMG onload=||*"*||resize(this)"| In HTML 4.01 Transitional, only the BODY element may have an ONLOAD attribute: http://www.w3.org/TR/REC-html40/struct/objects.html#edef-IMG As you've put an ONLOAD attribute on an IMG element, the validator has correctly marked that as invalid. Hope that helps. -- Benjamin Hawkes-Lewis
Received on Sunday, 28 September 2008 20:40:53 UTC