Skip to content

Instantly share code, notes, and snippets.

@kristof
Created March 9, 2012 10:24
Show Gist options
  • Save kristof/2005976 to your computer and use it in GitHub Desktop.
Save kristof/2005976 to your computer and use it in GitHub Desktop.
Mail snippet
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="nl">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title></title>
</head>
<body>
<table cellpadding="0" cellspacing="0" width="600">
<tr>
<td>
<!-- header -->
<table cellpadding="0" cellspacing="0" width="600">
<tr>
<td width="100"></td>
<td style="text-align:center;"> is deze maikl</td>
<td width="100"><a href="">NL</a><a href="">FR</a></td>
</tr>
<tr>
<td colspan="3" style="border:1px solid #ccc">img goes here</td>
</tr>
</table>
<!-- /header -->
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment