Created
May 16, 2016 15:59
-
-
Save mdailey77/0771f7d4e4babf1ef2abed3a8f6197fd to your computer and use it in GitHub Desktop.
A generic Outlook email template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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" xml:lang="en" lang="en"> | |
<head> | |
<title>title</title> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<meta name="description" content="" /> | |
<meta name="keywords" content="" /> | |
</head> | |
<body> | |
<!-- start of container table --> | |
<table width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout:fixed;"> | |
<tr> | |
<!-- spacer --> | |
<td width="600" height="30"> </td> | |
</tr> | |
<tr> | |
<td width="600" align="center"> | |
<!-- header --> | |
<table width="600" bgcolor="#fff" height="" border="0" cellspacing="0" cellpadding="0" style="margin: 0; border-collapse: collapse;"> | |
<tr> | |
<td width="600"> | |
<img src="" alt="" border="0" align="left" width="?" height="?" /> | |
</td> | |
</tr> | |
</table> | |
</td> | |
</tr> | |
</table> | |
<!-- end of container table --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment