Created
May 4, 2017 15:48
-
-
Save carmolim/370f8b30af73298d830d11412a1c30dc to your computer and use it in GitHub Desktop.
responsive mail signature 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
| <!--[if gte mso 9]> | |
| <table cellspacing=0><tr><td style="font-family: Arial; font-size: 10pt; color: #fff; background-color: orange; width: 250px; height: 100px; padding: 3px; vertical-align: top"> | |
| <![endif]--> | |
| <div style="float: left; font-family: Arial; font-size: 10pt; color: #fff; background-color: orange; width: 250px; height: 100px; padding: 3px; vertical-align: top"> | |
| <strong>{Display name}</strong><br>Phone {Phone}<br>Email <a href="mailto:{E-mail}" style="color: #fff; text-decoration: none;">{E-mail}</a> | |
| </div> | |
| <!--[if gte mso 9]> | |
| </td><td style="font-family: Arial; font-size: 10pt; color: #fff; background-color: red; width: 250px; height: 100px; padding: 3px; vertical-align: top"> | |
| <![endif]--> | |
| <div style="float: left; font-family: Arial; font-size: 10pt; color: #fff; background-color: red; width: 250px; height: 100px; padding: 3px; vertical-align: top"> | |
| <strong>Company.com</strong> | |
| </div> | |
| <!--[if gte mso 9]> | |
| </td></tr></table> | |
| <![endif]--> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment