| General Databases (73) Linux (40) Outside the Cube (6980) Programming (679) Web publishing (65) about DelphiFAQ (14) JavaScript (31) perl CGI (3) VBScript (1) Web Hosting (8) Windows (430) |
W3C HTML validator complains about setting a table row height
(2 votes). Leave comments and/ or rate it.
Question: My HTML code contains table rows defined like this:<tr height=5> and the W3C's validator at http://validator.w3.org/ complains that this attribute is not valid according to 'HTML 4.01 Transitional'. What can I do? Answer: : Specify the row's height as part of the style attribute - like this:<tr style='height:"5px"'>
Comments:
| ||||||||||||||||||||||||