Boa tarde, estou fazendo um e-mail marketing para os clientes aniversariantes da empresa, porém no oulook e outros clientes de e-mail (gmail) ele acaba "quebrando".
No mesmo computador ao clicar no link de visualizar no browser ele funciona normalmente.
alguém poderia me ajudar., segue o código (as imagens estão no ftp, porem copiei o código com os links locais da maquina)
<html>
<head>
<meta charset="UTF-8">
<style>
@import url('https://fonts.googleapis.com/css?family=Coming+Soon');
h1 {
font-family: Mv boli;
text-align: center;
font-size: 55px;
color: #000000;
position: absolute;
transform: scale(0.677,0.677);
width: 599px;
height: 88px;
}
h2 {
font-family: 'Coming Soon', cursive;
text-align: center;
font-size: 20px;
color: #3b3b3a;
position: absolute;
width: 600px;
height: 349px;
}
</style>
<title>Aniversariantes</title>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (aniver 2016_menor.psd) -->
<table id="Table_01" align="center" width="600" height="699" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<img src="images/Top.jpg" width="600" height="125" alt="" style="display:block"></td>
</tr>
<tr>
<td> <h1>Rodrigo,</h1>
<img src="images/Nome.jpg" width="600" height="66" alt="" style="display:block"></td>
</tr>
<tr>
<td>
<a href="#"
<img src="images/Parabens.jpg" width="600" height="159" border="0" alt="Parabens" style="display:block"></a></td>
</tr>
<tr>
<td> <h2>Desejamos a você muitas felicidades e<br>um ano repleto de alegrias, conquistas,<br>
saúde e sucesso. <br> Conte sempre com a.</h2>
<a href="#"
<img src="images/Desejamos.jpg" width="600" height="349" border="0" alt="" style="display:block"></a></td>
</tr>
</table>
</body>
</html>