Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/02/2005, 08:59
Avatar de programeitor
programeitor
 
Fecha de Ingreso: febrero-2005
Mensajes: 994
Antigüedad: 19 años, 2 meses
Puntos: 9
Código HTML:
<!-- Deberias cambiar el formato de la pagina de esta forma.
Les pogo borde para que se vea bien, despues se los puedes quitar.
He colocado varios atributos de posicion de texto para que veas como queda. -->
<table border=1 width=100% height=100%>
<tr border=1 width=100% height=100%>
<td width=30% height=100% valign=top align=center style=padding:10;>
menus
</td>
<td width=70% height=100%>
<table border=1 width=100% height=100%>
<tr border=1 valign=top width=100% height=15%>
<td valign=top align=right style=padding:10;>
cabecera
</td>
</tr>
<tr border=1 valign=middle width=100% height=70%>
<td valign=top align=left style=padding:10;text-align:justify;>
contenido
</td>
</tr>
<tr border=1 valign=bottom width=100% height=15%>
<td valign=bottom align=center style=padding:10;>
pie
</td>
</tr>
</table>
</td>
</tr>
</table>