Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/09/2011, 04:40
jordistella
 
Fecha de Ingreso: mayo-2010
Mensajes: 24
Antigüedad: 14 años
Puntos: 0
Problema newsletter con outlook

Hola a todos,

estoy teniendo problema con el envio de un newsletter, o mejor un mail en html.
El mail se ve perfectamente con todos los mail client (hotmail, yahoo, gmail etc) pero no descarga las imagenes si recibido en outlook.

He leido algo sobre meter imagenes con ID para outlook pero no lo consigo.
Espero que alguien me pueda ayudar!!

El codigo es el siguiente:

<head>
<base target="_blank">
</head>
<body>
<table width="700" height="655" border="0" background="http://www.acupuntura.altervista.org/cas.jpg">
<tr>
<td height="289" colspan="3">&nbsp;</td>
</tr>
<tr>
<td width="35" height="30">&nbsp;</td>
<td width="359"><a href="http://www.acupunturabarcelona2011.com" text-decoration="none" target="_blank"><font face="verdana" color="#000000" size="2" weight="900">www.acupunturabarcelona2011.com</font></a></td>
<td width="292">&nbsp;</td>
</tr>
<tr>
<td height="308" colspan="2" rowspan="4">&nbsp;</td>
<td height="76">&nbsp;</td>
</tr>
<tr>
<td height="47" align="center"><img src="http://www.acupuntura.altervista.org/apuntate.png" width="199" height="30" border="0" usemap="#Map" /></td>
</tr>
<tr>
<td height="134"><font face="verdana" color="#cccccc" size="2">ACTIVA Congresos<br />
Tel. 933 238 573 Fax 934 511 870<br />
<a href="mailto:[email protected]"><fo nt face="verdana" color="#cccccc" size="2">[email protected]</font></a><br />
<a href="http://www.acupunturabarcelona2011.com"><font face="verdana" color="#cccccc" size="2">www.acupunturabarcelona2011.com</font></a></font></td>
</tr>
<tr>
<td height="64" v-align="top">&nbsp;</td>
</tr>
</table>

<map name="Map" id="Map">
<area shape="rect" coords="3,11,160,25" href="http://www.acupunturabarcelona2011.com/es/inscripcio-a.html" target="_blank" />
</map>
</body>
</html>