Re: <tr height="50px">

* Eric wrote:
>Subject: <tr height="50px">

Pixels have no unites in HTML, that'd be

  <tr height='50'>

>I just checked out my personnel web site with www.echoecho.com
>it said
>Error: unknown attribute "HEIGHT" for element <tr>. 
>
>even though this passes by tidy and it is my HTML book
>
>maybe http://www.echoecho.com/ is wrong

See http://www.w3.org/TR/html401/struct/tables.html#edef-TR Tidy is
wrong for HTML 4.01 documents. Tidy should warn about the illegal value
and the HTML beeing proprietary where the latter would be hard to
implement.
-- 
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/

Received on Monday, 4 June 2001 01:17:07 UTC