Created
September 27, 2013 19:13
-
-
Save ChezFre/6733732 to your computer and use it in GitHub Desktop.
HTML Mail Template
This file contains hidden or 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 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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.0"/> | |
| <title>Your Message Subject or Title</title> | |
| <style type="text/css"> | |
| /* Client-specific Styles */ | |
| #outlook a {padding:0;} /* Force Outlook to provide a "view in browser" menu link. */ | |
| body{width:100% !important; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; margin:0; padding:0;} | |
| /* Prevent Webkit and Windows Mobile platforms from changing default font sizes, while not breaking desktop design. */ | |
| .ExternalClass {width:100%;} /* Force Hotmail to display emails at full width */ | |
| .ExternalClass * {line-height: 100%;} | |
| .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing. More on that: http://www.emailonacid.com/forum/viewthread/43/ */ | |
| #backgroundTable {margin:0; padding:0; width:100% !important; line-height: 100% !important;} | |
| /* End reset */ | |
| img {outline:none; text-decoration:none; -ms-interpolation-mode: bicubic;} | |
| a img {border:none;} | |
| .image_fix {display:block;} | |
| p {margin: 1em 0;} | |
| table td {border-collapse: collapse;} | |
| table { border-collapse:collapse; mso-table-lspace:0pt; mso-table-rspace:0pt; } | |
| a {color: orange;} | |
| </style> | |
| </head> | |
| <body> | |
| <table cellpadding="0" cellspacing="0" border="0" id="backgroundTable"> | |
| <tr> | |
| <td align="center"> | |
| <table cellpadding="0" cellspacing="0" border="0" align="center" width="600"> | |
| <tr> | |
| <td valign="top"></td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| <!-- End of wrapper table --> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment