![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
31/08/2004, 11:36
|
![Avatar de Khronos](http://static.forosdelweb.com/customavatars/avatar72824_1.gif) | | | Fecha de Ingreso: agosto-2004 Ubicación: Venezuela, PLC
Mensajes: 218
Antigüedad: 20 años, 5 meses Puntos: 0 | |
Posible solución Hola!
Se me ocurre que intentes con etiquetas DIV.
Hice en Dreamweaver una prueba y creo que di con una solución. Miré la resultado tanto en IE como Firefox y aparentemente funciona bien.
Te dejo el código que use para que lo tomes de ejemplo: <body>
<!-- Tabla 1 --> <div style="padding-bottom:5px">
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#CC0000">
<tr>
<td> </td>
</tr>
</table>
</div>
<!-- Tabla 2 --> <div style="padding-top:5px">
<table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#CC0000">
<tr>
<td> </td>
</tr>
</table>
</div>
</body>
__________________ When someone dies in the grip of a powerful rage... A curse is born. The curse gathers in that place of death. Those who encounter it will be consumed by its fury. |