Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/11/2011, 18:03
pieceofmind
 
Fecha de Ingreso: noviembre-2011
Mensajes: 2
Antigüedad: 13 años, 2 meses
Puntos: 0
Respuesta: como hacer estas dos tablas?

no se maten por responder!!
ya lo solucione hice una tabla principal en la cualpuse las dos tablas
Código HTML:
<table width=100% height=100%>
<tr>
<td>

<table border="1" width=85% height=100% 

align=left bgcolor=black>
<tr>
<td>
</td>
</tr>
</table>


<table border="1" width=14% height=50% 

align=right bgcolor=black>
<tr>
<td>
</td >
</tr>
</table>

</td>
</tr>
</table>