Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/12/2011, 06:28
ingridstudio
 
Fecha de Ingreso: enero-2011
Ubicación: Barcelona
Mensajes: 6
Antigüedad: 13 años, 3 meses
Puntos: 0
emailing para outlook

Hola buenos dias, a ver si alguien puede ayudarme, estoy haciendo un emailing en html para un cliente y me dice que al probarlo en outlook no se le ve bien y en gmail el interlineado de los textos se han movido, éste es el código html que tengo, si alguien me puede decir donde está el error... xq yo ya no se .... muchas gracias



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Campaign Monitor Newsletter</title>
<body>
<!--TEXT CONTENIDOR-->
<table cellpadding="0" cellspacing="0" align="center" bgcolor="#ffffff">
<tr><td height="20" >&nbsp;</td></tr>
<tr><td align="right" valign="top" height="20" bgcolor="#ffffff" style="font-size:10px;color:#737373;font-family:Arial, Helvetica, sans-serif">Si no ves bien este mensaje haz clic <a href="#">aqu&iacute;</a>.</td>
</tr>
<!--COMIENZA IMAGEN SUPERIOR-->
<tr><td width="500" align="center"><a href="#"><img border="0" width="500" height="440" src="images/navidadok.jpg" alt="1.000 frigomillas"/></a></td></tr>
<tr>
<td width="500" bgcolor="#550100" height="80" valign="middle" style="font-size:64px; font-family:Arial, Helvetica, sans-serif; color:#FFF; text-align:center; text-decoration:none;"><strong>Feliz Navidad</strong></td></tr>
<tr>
<td width="500" height="125" align="center" valign="middle" bgcolor="#990000" style="font-size:24px; font-family:Arial, Helvetica, sans-serif; color:#FFF; line-height:10%; text-align:center; text-decoration:none;"><p>
<strong>Te regalamos 1.000 Frigomillas para</strong></p>
<p><strong>celebrar las fiestas.</strong></p>
<p style="font-size:13px; margin-top:25px; margin-left:30px; margin-right:30px;font-family:Arial, Helvetica, sans-serif;line-height:110%; color:#FFF">Con los productos y gamas Frigo, consigue regalos a toda velocidad.</p></td>
</tr>
<tr><td height="7" bgcolor="#990000"></td></tr>
</table>
</body>
</html>