im trying to edit a html page but cannot set the row height to below 20px
<table width="851" border="0" align="center" cellspacing="0" >
<tr>
<td width="280" height="19" bgcolor="#6699F F"> </td>
</tr>
</table>
How would i go about setting the row he...