Skip to content

Instantly share code, notes, and snippets.

@wsmoak
Created January 28, 2015 14:45
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 wsmoak/4a9d1a60a3defc5660fe to your computer and use it in GitHub Desktop.
Save wsmoak/4a9d1a60a3defc5660fe to your computer and use it in GitHub Desktop.
Chargify - Setting the background color for HTML email using a Layout
<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