Ver Mensaje Individual
  #10 (permalink)  
Antiguo 18/09/2004, 06:27
Roly
 
Fecha de Ingreso: febrero-2004
Ubicación: Resistencia - Argentina
Mensajes: 299
Antigüedad: 20 años, 1 mes
Puntos: 0
Podes hacer la tabla así, cambia el texto por las imagenes:

<!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" bgcolor="#FF0000">
<table width="620" height="100%" border="0" align="center" bgcolor="#FF0000">
<!--DWLayoutTable-->
<tr >
<td height="60" colspan="5" bgcolor="#00FF66"><div align="center">Encabezado</div></td>
</tr>
<tr height="100%">
<td height="100%" colspan="5" bgcolor="#33FFCC" ><div align="center">Cuerpo</div></td>
</tr>
<tr>
<td width="100" height="119">&nbsp;</td>
<td width="131">&nbsp;</td>
<td width="121">&nbsp;</td>
<td width="128">&nbsp;</td>
<td width="118">&nbsp;</td>
</tr>
<tr class="pie Estilo1">
<td height="54" valign="bottom" bgcolor="#339999" ><div align="center">Imagenes1</div></td>
<td>&nbsp;</td>
<td valign="bottom" bgcolor="#339999" >Imagen Central </td>
<td>&nbsp;</td>
<td valign="bottom" bgcolor="#339999" >Imagen2</td>
</tr>
</table>
</body>
</html>