Ver Mensaje Individual
  #3 (permalink)  
Antiguo 15/10/2009, 12:06
Avatar de cristian_cena
cristian_cena
Colaborador
 
Fecha de Ingreso: junio-2009
Mensajes: 2.244
Antigüedad: 14 años, 10 meses
Puntos: 269
Respuesta: Padding entre tablas?

Así funciona el asunto, pruébalo:

En head:
<style>
table tr td {padding:/*valor en px, em, etc. ej: 10px*/;}
</style>


En body:
<table>
<tr>
<td>contenido</td>
</tr>
</table>



Saludos!