Skip to content

Instantly share code, notes, and snippets.

@plasticbrain
Forked from kbav/gist:4126337
Last active December 22, 2015 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plasticbrain/6427717 to your computer and use it in GitHub Desktop.
Save plasticbrain/6427717 to your computer and use it in GitHub Desktop.
Email Preheader
<style>
/* ... */
/*--- Preheader declaration in style block in addition to inline for Outlook */
.preheader { display:none !important; visibility:hidden; opacity:0; color:transparent; height:0; width:0; }
</style>
</head>
<body>
<!-- PRE-HEADER TEXT -->
<span class="preheader" style="display: none !important; visibility: hidden; opacity: 0; color: transparent; height: 0; width: 0;">Preheader text shows up in GMail, iOS, Mail.app, &amp; more: 75 text char limit</span>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment