Skip to content

Instantly share code, notes, and snippets.

@marcaum54
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcaum54/4c07af4872266272b7d6 to your computer and use it in GitHub Desktop.
Save marcaum54/4c07af4872266272b7d6 to your computer and use it in GitHub Desktop.
HTML do Email Marketing
<html>
<head><title></title></head>
<body style="background-color: #FFF;">
<table style="margin: 0 auto; width: 600px; border:0; border-collapse: collapse;" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td><img src="http://fortesinformatica.com.br/v3/i/newsletters/2014/fortes_meeting/bg-01.png" /></td>
</tr>
<tr>
<td align="center" valign="middle" style="height: 80px;">
<table>
<tr>
<td><span style="color: #777; font:22px 'Trebuchet MS', Arial, Helvetica, sans-serif;">Dia: <b>_DATA_</b></span></td>
<td style="padding: 0 20px;"><div style="height:50px; border-left: 1px solid #FFA529;"></div></td>
<td><span style="color: #777; font:22px 'Trebuchet MS', Arial, Helvetica, sans-serif;;">Hor&aacute;rio <b>_HORARIO_</b></span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="http://fortesinformatica.com.br/v3/i/newsletters/2014/fortes_meeting/bg-02.png" usemap="#Map" border="0" /></td>
</tr>
</tbody>
</table>
<map name="Map">
<area shape="rect" coords="70,419,242,434" href="http://grupofortes.com.br/" target="_blank" alt="Grupo Fortes - Site">
<area shape="rect" coords="191,369,303,397" href="https://www.facebook.com/grupofortes" target="_blank" alt="Facebook - Grupo Fortes">
<area shape="rect" coords="321,367,462,399" href="https://www.youtube.com/user/companiesfortes" target="_blank" alt="Youtube - Grupo Fortes">
<area shape="rect" coords="516,361,590,440" href="http://grupofortes.com.br/" target="_blank" alt="Grupo Fortes - Site">
<area shape="rect" coords="191,1,411,60" href="http://192.237.165.129/demo/create.jsp?action=invite&meetingID=Fortes+Meeting's+meeting" target="_blank" alt="Link da sala virtual">
</map>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment