Ver Mensaje Individual
  #6 (permalink)  
Antiguo 28/02/2005, 13:18
Avatar de programeitor
programeitor
 
Fecha de Ingreso: febrero-2005
Mensajes: 994
Antigüedad: 19 años, 2 meses
Puntos: 9
.

Parece demasiado codigo para poner tres paneles ,creo .

Esto da el mismo resultado .

<style>
body,table,td{height:100%;margin:0;padding:0;borde r:1 solid black;border-collapse:collapse;vertical-align:top;}
</style>
<table width=100%>
<tr>
<td width=150px style=background:#999>izquierda</td>
<td style=background:#bbb>centro</td>
<td width=150px style=background:#999>derecha</td>
</tr>
</table>


.