Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/10/2011, 06:04
miguenet
 
Fecha de Ingreso: octubre-2011
Mensajes: 2
Antigüedad: 13 años, 3 meses
Puntos: 0
Este email va a matarme

Estoy desesperado!!

He dieñado un email en Dreamweaver usando código html. La estructura es muy sencilla, ya que solo se trata de una tabla que contiene imagenes dentro, pero a la hora de enviar el email terminado a Gmail o a Hotmail, me crean saltos de espacio entre las filas de la tabla que no consigo solucionar:



Este es el código que he utilizado:

Cita:
<table style="border-spacing: 0; border-collapse:collapse" border="0" cellSpacing=0 cellPadding=0 width="600" height="1020">
<tr {border: none; margin: 0; padding: 0; display:block;}>
<td width="600" height="31" cellSpacing=0 cellPadding=0><img src="imagen" border="0" width="600" height="31" alt="Click Aqui"><tr>
<td width="600" height="853" cellSpacing=0 cellPadding=0><img src="imagen" border="0" width="600" height="853"><tr>
<td cellSpacing=0 cellPadding=0><table style="border-spacing: 0" border="0" cellSpacing=0 cellPadding=0><tr><td width="295" height="88" cellSpacing=0 cellPadding=0><a href="http://www.facebook.com" text-decoration:"none"><img src="imagen" border="0" width="295" height="88"></a><td width="305" height="88" cellSpacing=0 cellPadding=0><a href="http://www.youtube.com" text-decoration:"none"><img src="imagen" border="0" width="305" height="88"></a></table><tr>
<td width="600" height="48" cellSpacing=0 cellPadding=0><img src="imagen" border="0" width="600" height="48" alt="Click Aqui"></table>

He usado el cellspacing y el cellpadding en todos los sitios, pero no doy con el problema.

Por favor, comentad aunque sea para decir que no sabéis!!