Skip to content

Commit

Permalink
Add preview text; add privacy link (GDPR)
Browse files Browse the repository at this point in the history
  • Loading branch information
willemvb committed May 8, 2018
1 parent bcc6343 commit 79eabb9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions email.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
/* Prevent Windows- and Webkit-based mobile platforms from changing declared text sizes. */

/*////// FRAMEWORK STYLES //////*/

.mcnPreviewText {
display: none !important;
}

.flexibleContainerCell {
padding-top: 40px;
padding-right: 20px;
Expand Down Expand Up @@ -372,6 +377,9 @@
<![endif]-->
</head>
<body>
<!--*|IF:MC_PREVIEW_TEXT|*-->
<!--[if !gte mso 9]><!----><span class="mcnPreview Text" style="display:none; font-size:0px; line-height:0px; max-height:0px; max-width:0px; opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;">*|MC_PREVIEW_TEXT|*</span><!--<![endif]-->
<!--*|END:IF|*-->
<center>
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable">

Expand Down Expand Up @@ -1529,7 +1537,7 @@ <h3>Left</h3>
*|HTML:LIST_ADDRESS_HTML|*
*|END:IF|*<br>
<br>
<a href="*|UNSUB|*">Unsubscribe</a>&nbsp;&nbsp;&nbsp;<a href="*|UPDATE_PROFILE|*">Update preferences</a>&nbsp;<br>
<a href="*|UNSUB|*">Unsubscribe</a>&nbsp;&nbsp;&nbsp;<a href="*|UPDATE_PROFILE|*">Update preferences</a>&nbsp;&nbsp;&nbsp;<a href="#">Privacy policy</a><br>
<br>
*|IF:REWARDS|*
*|HTML:REWARDS|*
Expand All @@ -1540,4 +1548,4 @@ <h3>Left</h3>
</table>
</center>
</body>
</html>
</html>

0 comments on commit 79eabb9

Please sign in to comment.