minor::HTML troubles

In a HTML-area I parsed the following HTML code:

<html>

	<head>
	<title></title>
	</head>

	<body bgcolor="#ffffff">
		<table width="64" border="1" cellspacing="2" cellpadding="0">
			<tr height="1">
				<td height="1"></td>
			</tr>
			<tr>
				<td></td>
			</tr>
			<tr>
				<td></td>
			</tr>
		</table>
		<p></p>
	</body>

</html>

The first row on the table is supposed to be smaller…but it isn’t…it looks like there some minimum heigth for the rows.

yes the html component is not perfect.. you could try it with CSS..