Las celdas las puedes dar el ancho y alto que quieras con el
heigth=alto en pixels
widht= ancho en pixels o porcentage
aqui te dejo un ejemplo
Código PHP:
<table width="60%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="150"> </td>
<td colspan="2"> </td>
</tr>
<tr>
<td> </td>
<td width="50%"> </td>
<td width="30%" height="50"> </td>
</tr>
<tr>
<td> </td>
<td height="25" colspan="2"> </td>
</tr>
</table>
un saludo