Here is my first row in table:
<table style="margin:auto; border-color:Black;" border="1">
<tr style="color:White; background-color:Maroon; height:50%;">
<td colspan ="2" align="center"><h3>aaa</h3></td>
</tr>
<tr>
<td align="right" style="width:150px;">bbb</td>
<td style="width:150px;">
<asp:Label ID="lblKSParterObicna" runat="server" Text="Label"></asp:Label>
</td>
</tr>
</table>
Now I wanted to change height for the first row but what ever i set for atribute "height" it is always the same. Does anybody have an idea how to change it?