Skip to content

Instantly share code, notes, and snippets.

@fabiorochafg
Last active May 3, 2017 23:35
Show Gist options
  • Save fabiorochafg/8544818 to your computer and use it in GitHub Desktop.
Save fabiorochafg/8544818 to your computer and use it in GitHub Desktop.
A newsletter template.
<!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" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NEWSLETTER TITLE</title>
</head>
<body>
<table width="600" style="clear:both; margin:0 auto;">
<tr>
<td colspan="2" valign="top" width="540" height="100" style="padding: 20px 30px;">
HEADER
</td>
</tr>
<tr>
<td valign="top" width="480" height="100" style="padding: 20px 15px 20px 30px;">
MAIN CONTENT
</td>
<td valign="top" width="30" style="padding: 20px 30px 20px 15px;">
<img src="http://placehold.it/30x100" width="30" height="100" alt="Image preview" style="display: block;" />
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment