Skip to content

Instantly share code, notes, and snippets.

@jiromm
Last active October 10, 2017 11:45
Show Gist options
  • Save jiromm/7fdf80325aed37aff13e10b85b40b486 to your computer and use it in GitHub Desktop.
Save jiromm/7fdf80325aed37aff13e10b85b40b486 to your computer and use it in GitHub Desktop.
<!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>HTML Email Layout for Reports</title>
</head>
<body bgcolor="#E0E0E0" style="font-family: Arial, Helvetica; margin: 0; padding: 0; min-width: 100%!important;">
<table width="100%" bgcolor="#E0E0E0" border="0" cellpadding="0" cellspacing="0" style="font-family: Arial, Helvetica; color: #757575;">
<tr>
<td>
<table style="width: 100%;" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td style="padding:20px 20px 0 20px">
<table border="0" cellpadding="0" cellspacing="0" align="center" data-editable="text" style="width:100%;border-radius:3px;background-color:#fff; box-shadow:0 0 5px #BDBDBD;margin: 0 auto 20px auto;">
<tbody>
<tr>
<td style="padding:20px; text-align:left; font-size:100%">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td>
<a href="https://www.ginosi.com/" style="text-decoration: none;">
<img src="https://www.ginosi.com/images/emails/logo-ginosi-apartels.png" alt="Ginosi Apartels" title="Ginosi Apartels" style="width:200px;"/>
</a>
</td>
<td align="right" valign="middle" style="font-size: 14px;"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="12" bgcolor="#379fe1" background="https://www.ginosi.com/images/emails/KI_background.jpg')">
<table border="0" cellpadding="0" cellspacing="0" align="left">
<tbody>
<tr>
<td style="padding:0 20px; vertical-align:middle; text-align:left; color:#fff; font-size:16px; color:#f1f1f1"></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style="padding:0 20px; padding-top:5px; text-align:left; font-size:16px; padding-bottom:5px;">
[[Your table here]]
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment