HTML - Agregar enlaces a redes sociales sin que se dañe la imagen para enviar e-mails masivos

 
Vista:
Imágen de perfil de Jesús

Agregar enlaces a redes sociales sin que se dañe la imagen para enviar e-mails masivos

Publicado por Jesús (1 intervención) el 22/02/2017 22:52:41
Hola.

Quien me pueda ayudar a resolver esto:

Necesito agregar links a una imagen de publicidad para enviarla por correo a los clientes pero el mensaje no se ve bien en el correo aunque si en el navegador. Este es el código html (de antemano gracias a quien pueda ayudar):

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<title>AF-FLYER-VTECH</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (AF-FLYER-VTECH.jpg) -->
<table id="Table_01" width="500" height="902" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td colspan="3">
			<img src="images/AF-FLYER-VTECH_01.jpg" width="500" height="793" alt=""></td>
	</tr>
	<tr>
		<td rowspan="4">
			<img src="images/AF-FLYER-VTECH_02.jpg" width="193" height="109" alt=""></td>
		<td>
			<a href="mailto:ventas@distecna.com">
				<img src="images/AF-FLYER-VTECH_03.jpg" width="115" height="35" border="0" alt=""></a></td>
		<td rowspan="4">
			<img src="images/AF-FLYER-VTECH_04.jpg" width="192" height="109" alt=""></td>
	</tr>
	<tr>
		<td>
			<img src="images/AF-FLYER-VTECH_05.jpg" width="115" height="19" alt=""></td>
	</tr>
	<tr>
		<td>
			<a href="http://www.distecna.com/Default-ar.aspx">
				<img src="images/AF-FLYER-VTECH_06.jpg" width="115" height="31" border="0" alt=""></a></td>
	</tr>
	<tr>
		<td>
			<img src="images/AF-FLYER-VTECH_07.jpg" width="115" height="24" alt=""></td>
	</tr>
</table>
<!-- End Save for Web Slices -->
</body>
</html>
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder