![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/09/2004, 06:27
|
| | Fecha de Ingreso: febrero-2004 Ubicación: Resistencia - Argentina
Mensajes: 299
Antigüedad: 21 años 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í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"> </td>
<td width="131"> </td>
<td width="121"> </td>
<td width="128"> </td>
<td width="118"> </td>
</tr>
<tr class="pie Estilo1">
<td height="54" valign="bottom" bgcolor="#339999" ><div align="center">Imagenes1</div></td>
<td> </td>
<td valign="bottom" bgcolor="#339999" >Imagen Central </td>
<td> </td>
<td valign="bottom" bgcolor="#339999" >Imagen2</td>
</tr>
</table>
</body>
</html> |