From: Eric Morris Dive into creating your responsive email.
- Starting a new Ink project is fairly straightforward. If you aren't using one of our templates, grab the boilerplate code from below to use as a starting point. While you can reference Getting Started
-
- The Boilerplate
- ink.css
using a link tag for testing purposes, be sure to remove the <link rel="stylesheet" href="ink.css" /> statement and paste your CSS into the style tag in the head before running your email through an inliner.
- Boilerplate.html
- Dive into creating your responsive email.
+ Starting a new Ink project is fairly straightforward. If you aren't using one of our templates, grab the boilerplate code from below to use as a starting point. While you can reference ink.css
using a link tag for testing purposes, be sure to remove the <link rel="stylesheet" href="ink.css" /> statement and paste your CSS into the style tag in the head before running your email through an inliner.
+
- If you're applying a background color to your entire email, be sure to attach it to the table with a class of body
as well as to the actual <body> tag, since some clients remove this by default.
-
+ If you're applying a background color to your entire email, be sure to attach it to the table with a class of body
as well as to the actual <body> tag, since some clients remove this by default.
+