Skip to content

Instantly share code, notes, and snippets.

@manfromanotherland
Last active May 17, 2016 04:30
Show Gist options
  • Save manfromanotherland/3c230d2b29e8aa47f47b843394c5dd3d to your computer and use it in GitHub Desktop.
Save manfromanotherland/3c230d2b29e8aa47f47b843394c5dd3d to your computer and use it in GitHub Desktop.
HTML: Add description text to a email newsletter
<html>
<head>
<title>Add description text to newsletter</title>
</head>
<body>
<span style="font-size: 0; line-height: 0; width: 0; height: 0; display: none; overflow: hidden;">
Your description here.
</span>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment