Ver Mensaje Individual
  #6 (permalink)  
Antiguo 17/09/2004, 09:29
Roly
 
Fecha de Ingreso: febrero-2004
Ubicación: Resistencia - Argentina
Mensajes: 299
Antigüedad: 20 años, 1 mes
Puntos: 0
Pude hacer que me aparezca la tabla como queria pero no pude hacer que el cuerpo sea de todo el espacio entre el encabezado y el pie, si algun iluminado sabe, este es el codigo que use:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.pie {
position: absolute; bottom:0;

}
.Estilo1 {color: #FFFFFF}
-->
</style>
</head>

<body leftmargin="0" topmargin="0" bottommargin="0">
<table width="620" height="100%" border="0" align="center">
<!--DWLayoutTable-->
<tr >
<td width="610" height="60" bgcolor="#00FF66"><div align="center">Encabezado</div></td>
</tr>
<tr height="100%">
<td height="100%" bgcolor="#33FFCC" ><div align="center">Cuerpo</div></td>
</tr>
<tr>
<td valign="bottom" bgcolor="#333333" class="pie Estilo1" width="600"><div align="center">pie</div></td>
</tr>
</table>
</body>
</html>