Skip to content

Instantly share code, notes, and snippets.

@adamfortuna
Created April 16, 2015 00:26
Show Gist options
  • Save adamfortuna/dd42c57885eea28c40da to your computer and use it in GitHub Desktop.
Save adamfortuna/dd42c57885eea28c40da to your computer and use it in GitHub Desktop.
diff --git a/unmasking_html_emails/scratch.html b/unmasking_html_emails/scratch.html
index 1a7ab8f..7d6fb1a 100644
--- a/unmasking_html_emails/scratch.html
+++ b/unmasking_html_emails/scratch.html
@@ -39,6 +39,11 @@
.client-link a {
color: #3a383a !important;
}
+
+ td {
+ -ms-text-size-adjust:none;
+ -webkit -text-size-adjust:none;
+ }
</style>
<!--[if gte mso 12]>
<style>
@@ -53,7 +58,7 @@
<tr>
<td style="padding: 0 10px;">
- <table align="center" border="0" cellpadding="0" cellspacing="0" class="width-full" width="600">
+ <table align="center" border="0" cellpadding="0" cellspacing="0" class="width-full" style="max-width: 600px;" width="100%">
<tr>
<td>
<img alt="La Amor Peligrosa vs. La Fuega Fatal" src="https://s3.amazonaws.com/unmasking-html-emails/info.png" style="display: block; max-width: 100%;" width="600" />
@@ -71,7 +76,7 @@
</tr>
</table>
- <table align="center" border="0" cellpadding="0" cellspacing="0" class="width-full" width="600">
+ <table align="center" border="0" cellpadding="0" cellspacing="0" class="width-full" style="max-width: 600px;" width="100%">
<tr>
<td style="padding-top: 30px; text-align: center;">
<div>
@@ -87,7 +92,7 @@
</tr>
</table>
- <table align="center" border="0" cellpadding="0" cellspacing="0" class="width-full" width="600">
+ <table align="center" border="0" cellpadding="0" cellspacing="0" class="width-full" style="max-width: 600px;" width="100%">
<tr>
<td align="center" style="color: #3a383a; font-family: Georgia, serif; font-size: 18px; font-weight: bold; line-height: 18px; padding-top: 20px;">
Or, call <span class="client-link">+90 12 3456 7890</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment