![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
07/12/2002, 21:42
|
![Avatar de ||Dj||](http://static.forosdelweb.com/customavatars/avatar10462_1.gif) | | | Fecha de Ingreso: enero-2002
Mensajes: 2.349
Antigüedad: 23 años, 1 mes Puntos: 1 | |
Yo la unica forma que conosco es meterlas dentro de otra tabla, ej:
<table width="100%" border="0" cellpadding="8" cellspacing="0">
<tr bgcolor="#000000">
<td>
<div align="center">
<table width="80%" border="0" bgcolor="#FF9900">
<tr>
<td>
<div align="center">tabla1</div>
</td>
</tr>
</table>
</div>
</td>
<td>
<div align="center">
<table width="80%" border="0" bgcolor="#FF9900">
<tr>
<td>
<div align="center">tabla2</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table> |