Last active
May 17, 2016 04:30
-
-
Save manfromanotherland/3c230d2b29e8aa47f47b843394c5dd3d to your computer and use it in GitHub Desktop.
HTML: Add description text to a email newsletter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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