]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
redirects inliner to v2 inliner page
authorRafiBomb <rafi@zurb.com>
Thu, 21 Apr 2016 05:49:55 +0000 (22:49 -0700)
committerRafiBomb <rafi@zurb.com>
Thu, 21 Apr 2016 05:49:55 +0000 (22:49 -0700)
docs/pages/css-guide.md

index 3b812b89a4becea6c6bb1e4c8c68770625aacbde..1a9ffc00b8fd3ef2d6abe5b955e246f6fa967565 100644 (file)
@@ -156,7 +156,7 @@ Now that we have a basic email, the last thing we need to do before we can send
 
 Email clients like Gmail and Outlook strip out `<style>` tag from the `<head>` and Gmails strips it from the `<body>` of the email as well. It's best to have your CSS written inline within your markup. Hand writing all your CSS inline in a style tag would be a real pain and would take a long time.
 
-Our [web inliner](http://foundation.zurb.com/emails/inliner.html) automates this process for you. To use it, paste in the contents of `index.html` into the HTML field, paste in the contents of `css/foundation.css` into the CSS field, and then press "Inline!". Once it's done, you'll see a large soup of HTML that is your inlined email.
+Our [web inliner](http://foundation.zurb.com/emails/inliner-v2.html) automates this process for you. To use it, paste in the contents of `index.html` into the HTML field, paste in the contents of `css/foundation.css` into the CSS field, and then press "Inline!". Once it's done, you'll see a large soup of HTML that is your inlined email.
 
 Your email's CSS will include media queries for responsive styling which the inliner tool will move into the `<body>` so they are preserved.