Salve a tutti. Vorrei diminuire l'altezza delle celle della mia tabella, ma più di un certo tanto non riesco a rimpicciolirle. Questo è il codice:

codice:
<HTML>
<style type="text/css">
table, th, td
{
border: 1px solid grey;
height:10;
align: center;
}
</style>
<table width="100%">
<tbody>
<tr>
<td width="50%"><span style="color: #ff6600;">ASCII</span></td>
<td width="50%"><span style="color: #ff6600;">Character</span></td>
</tr>
</tbody>
</table>
</HTML>