]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Fix some typos and formatting errors in troubleshooting section.
authorEric Morris <eric@zurb.com>
Fri, 3 Jan 2014 22:41:42 +0000 (14:41 -0800)
committerEric Morris <eric@zurb.com>
Fri, 3 Jan 2014 22:41:42 +0000 (14:41 -0800)
docs/components/getting-started.php

index 8201b76023a41134d3850e0adc7175e25299e02f..ffe78850f61ff9ed8555793ef1911a5d0520685e 100644 (file)
@@ -75,4 +75,4 @@
 <h2 class="light">Testing and Troubleshooting</h2>
 <p>Since targeting a <a href="#compatibility">diverse range of email clients</a> requires some specific and rather quirky markup, Ink doesn&#8217;t always preview properly in the browser. When doing browser tests, we recommend using the latest version of <a href="http://google.com/chrome">Chrome</a>, <a href="http://www.apple.com/safari/">Safari</a> or <a href="http://www.opera.com/">Opera</a>, since Ink doesn&#8217;t always display properly in Firefox or Internet Explorer.</p>
 <p>Testing in the browser isn't enough, however, and you should always test in actual email clients. If you don't have access to the actual clients you want to test, a testing service like <a href="https://litmus.com/">Litmus</a> or <a href="http://www.emailonacid.com/">Email on Acid</a> can help.</p>
-<p>If you're having trouble with an email, the first thing to check is the markup. Often times a simple error like a forgotten <kbd>&lt;tr&gt;</kbd> or a nested tag that's been closed in the wrong order can wreak havoc on your design. If that's not the problem, it could be an issue with your ESP. <strong>Some senders prepend an <kbd>&lt;html&gt;</kbd> tag to your message, which causes the DOCTYPE tag to not be interpreted by the email recipient.</strong> To see if this is what's happening, try sending a test email to yourself and using the "view original" or "view raw source" option in your mail client to manually inspect the code.</p>
\ No newline at end of file
+<p>If you're having trouble with an email, the first thing to check is the markup. Often times a simple error like a forgotten <kbd>&lt;tr&gt;</kbd> or a nested tag that&#8217;s been closed in the wrong order can wreak havoc on your design. If that&#8217;s not the problem, it could be an issue with your ESP. <strong>Some senders prepend an <kbd>&lt;html&gt;</kbd> tag to your message, which causes the DOCTYPE tag to not be interpreted by the email recipient.</strong> To see if this is what&#8217;s happening, try sending a test email to yourself and using the &#8220;show original&#8221; or &#8220;raw source&#8221; option in your mail client to manually inspect the code.</p>
\ No newline at end of file