Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/03/2009, 11:10
xavi2
 
Fecha de Ingreso: abril-2002
Mensajes: 103
Antigüedad: 22 años
Puntos: 1
thunderbird pone las imagenes como adjunto

Buenas tardes a todos,

Estoy haciendo un html para poder enviar unas ofertas por correo, pero me encuentro que cuando el cliente tiene thunderbird bloquea las imagenes y las pone como adjuntas, aunque yo a la hora de crear el html las puse en el fondo.

Pongo el codigo html para ver si haciendo algun cambio podria funcionar:

<html>
<head>
<meta
content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title></title>
</head>
<body>
<table style="text-align: left; width: 100%;"
border="0" cellpadding="2" cellspacing="0">
<tbody>
<tr>
<td style="text-align: center;"><img
style="width: 566px; height: 800px;" alt=""
src="ofertas.jpg"><br>
</td>
</tr>
</tbody>
</table>
<br>
</body>
</html>




Si alguien puede darme alguna solucion...


Muchas gracias por adelantado