Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Bom dia, estou fazendo o layout de uma newsletter, mas no outlook o layout está quebrando, abaixo tem uma imagem mostrando como está e como deveria ficar.(As laterais estão quebradas)
/applications/core/interface/imageproxy/imageproxy.php?img=http://img52.imageshack.us/img52/3433/helpkx.jpg&key=357f7b6a3fab7bda5d83ac9da35250e24048177db421ab6c48b1dba771606676" alt="helpkx.jpg" />
Isso acontece apenas no outlook, esse é o código que estou usando:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Compartilhar Anáncio</title>
</head>
<body>
<table cellpadding="0" cellspacing="0" width="580">
<tr>
<td colspan="3">
<a href="#" target="_blank">
<img src='{PATH}util/imagens/estrutura/topo_logo.png' height='117' style="float: left"
border="0" />
</a>
<img src='{PATH}util/imagens/estrutura/topo.png' height='117' style="float: left"
border="0" />
</td>
</tr>
<tr>
<td width="40" style="width: 40px !important; font-size:0; line-height:0;">
<img src='{PATH}util/imagens/estrutura/lado-esquerdo.png' style="float: left; width:40px;" height='306' />
</td>
<td width="500" valign="top" style="font-family: Arial, Helvetica, sans-serif; font-size: 12px;
color: #595959;">
{MensagemConteudo}
{EmailCancelar}
{EmailCopyright}
</td>
<td width="40" style="width: 40px !important; font-size:0; line-height:0;">
<img src='{PATH}util/imagens/estrutura/lado-direito.png' style="float: left; width:40px;" height='306' />
</td>
</tr>
<tr>
<td colspan="3" style="line-height:0; font-size:0;">
<img src='{PATH}util/imagens/estrutura/rodape.png' style="float: left;" border="0" />
</td>
</tr>
</table>
</body>
</html>Carregando comentários...