Created
January 28, 2015 14:45
-
-
Save wsmoak/4a9d1a60a3defc5660fe to your computer and use it in GitHub Desktop.
Chargify - Setting the background color for HTML email using a Layout
This file contains 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> | |
<body style="background: pink;"> | |
<!-- start of email content --> | |
{{main_content}} | |
<!-- end of email content --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment