Skip to content

Instantly share code, notes, and snippets.

@carmolim
Created May 4, 2017 15:48
Show Gist options
  • Select an option

  • Save carmolim/370f8b30af73298d830d11412a1c30dc to your computer and use it in GitHub Desktop.

Select an option

Save carmolim/370f8b30af73298d830d11412a1c30dc to your computer and use it in GitHub Desktop.
responsive mail signature template
<!--[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