Quiero 3 filas que ocupen un 33%, un 17% y un 50% del total de la atura y luego que la primera fila tenga 2 celdas que ocupen 30 y 70%.
Y este es mi código:
Código:
Muchas gracias de antemano, un saludo <body>
<table width="100%" border="0">
<tr height="33%">
<td width="30%"> <img src="./imagenes/logo.png" align="middle" height="163" width="270" /> </td>
<td width="70%"> </td>
</tr>
<tr height="17%">
<td align="center"> <a class="boton" title="Botón con HTM5 y CSS3" href="#"> Entrar </a></td>
</tr>
<tr height="50%">
</tr>
</table>
</body>
</html>


