<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: See What Your E-Newsletter Looks Like in Different Email Programs</title>
	<atom:link href="http://www.nonprofitmarketingguide.com/blog/2009/01/06/see-what-your-e-newsletter-looks-like-in-different-email-programs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nonprofitmarketingguide.com/blog/2009/01/06/see-what-your-e-newsletter-looks-like-in-different-email-programs/</link>
	<description>Written for do-it-yourself nonprofit marketers and one-person nonprofit communications departments.</description>
	<lastBuildDate>Thu, 09 Feb 2012 08:40:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Mathew Patterson</title>
		<link>http://www.nonprofitmarketingguide.com/blog/2009/01/06/see-what-your-e-newsletter-looks-like-in-different-email-programs/comment-page-1/#comment-74054</link>
		<dc:creator>Mathew Patterson</dc:creator>
		<pubDate>Wed, 07 Jan 2009 21:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonprofitmarketingguide.com/blog/?p=1003#comment-74054</guid>
		<description>Thanks for the comprehensive review Kivi, it&#039;s great to see you found our service useful. You make a good point about browser differences too, it&#039;s an area that we all need to be aware of.</description>
		<content:encoded><![CDATA[<p>Thanks for the comprehensive review Kivi, it&#8217;s great to see you found our service useful. You make a good point about browser differences too, it&#8217;s an area that we all need to be aware of.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: See What Your E-Newsletter Looks Like in Different Email Programs &#124; IM Advice</title>
		<link>http://www.nonprofitmarketingguide.com/blog/2009/01/06/see-what-your-e-newsletter-looks-like-in-different-email-programs/comment-page-1/#comment-74022</link>
		<dc:creator>See What Your E-Newsletter Looks Like in Different Email Programs &#124; IM Advice</dc:creator>
		<pubDate>Wed, 07 Jan 2009 16:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonprofitmarketingguide.com/blog/?p=1003#comment-74022</guid>
		<description>[...] See the original post here:  See What Your E-Newsletter Looks Like in Different Email Programs [...]</description>
		<content:encoded><![CDATA[<p>[...] See the original post here:  See What Your E-Newsletter Looks Like in Different Email Programs [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kivi Leroux Miller</title>
		<link>http://www.nonprofitmarketingguide.com/blog/2009/01/06/see-what-your-e-newsletter-looks-like-in-different-email-programs/comment-page-1/#comment-74011</link>
		<dc:creator>Kivi Leroux Miller</dc:creator>
		<pubDate>Wed, 07 Jan 2009 14:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonprofitmarketingguide.com/blog/?p=1003#comment-74011</guid>
		<description>Thanks for adding some code monkey clarity!</description>
		<content:encoded><![CDATA[<p>Thanks for adding some code monkey clarity!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.nonprofitmarketingguide.com/blog/2009/01/06/see-what-your-e-newsletter-looks-like-in-different-email-programs/comment-page-1/#comment-73987</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 07 Jan 2009 09:29:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonprofitmarketingguide.com/blog/?p=1003#comment-73987</guid>
		<description>What kind of first sentence did I write? I mean: It’s worth remembering that the cleanliness of your HTML can affect how HTML renders in browsers, and also why (from a code monkey perspective) browsers insist on rendering very simply code differently.</description>
		<content:encoded><![CDATA[<p>What kind of first sentence did I write? I mean: It’s worth remembering that the cleanliness of your HTML can affect how HTML renders in browsers, and also why (from a code monkey perspective) browsers insist on rendering very simply code differently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.nonprofitmarketingguide.com/blog/2009/01/06/see-what-your-e-newsletter-looks-like-in-different-email-programs/comment-page-1/#comment-73984</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 07 Jan 2009 09:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonprofitmarketingguide.com/blog/?p=1003#comment-73984</guid>
		<description>It&#039;s worth remembering that the cleanliness of your HTML can affect how HTML renders in browsers is the cleanliness, and also why (from a code monkey perspective) browsers insist on rendering very simply code differently.

If (heaven forbid!) I was to use MS Word to create my emails, I would expect a much greater degreee of inconsistency between Firefox, IE etc. and the various mail clients. But that&#039;s down to the mangled code Word produces - browsers and email clients find it very difficult to parse, and won&#039;t be able to do so consistently.

I try to keep my code very clean (one of the things I really like about the broadcast email service I use is the tidy HTML their editor produces) and don&#039;t experience too many difficulties with how it renders in various clients and browsers.

Another reason HTML renders differently in different browsers is down to variation in the default settings for CSS. For example, unless instructed otherwise Firefox adds top and bottom margins to a page element, where IE only adds a bottom margin (which could explain why your text doesn&#039;t quite line up with your picture).

To get around that you need to set all the CSS parameters yourself - by setting them, you override the defaults of the browser or email client and get more control over how the page renders.

There&#039;s a good post on that here:
http://www.search-this.com/2007/03/12/no-margin-for-error/ 

I must say, I&#039;m surprised that Firefox removes your cell padding - that sort of thing really should remain present.</description>
		<content:encoded><![CDATA[<p>It&#8217;s worth remembering that the cleanliness of your HTML can affect how HTML renders in browsers is the cleanliness, and also why (from a code monkey perspective) browsers insist on rendering very simply code differently.</p>
<p>If (heaven forbid!) I was to use MS Word to create my emails, I would expect a much greater degreee of inconsistency between Firefox, IE etc. and the various mail clients. But that&#8217;s down to the mangled code Word produces &#8211; browsers and email clients find it very difficult to parse, and won&#8217;t be able to do so consistently.</p>
<p>I try to keep my code very clean (one of the things I really like about the broadcast email service I use is the tidy HTML their editor produces) and don&#8217;t experience too many difficulties with how it renders in various clients and browsers.</p>
<p>Another reason HTML renders differently in different browsers is down to variation in the default settings for CSS. For example, unless instructed otherwise Firefox adds top and bottom margins to a page element, where IE only adds a bottom margin (which could explain why your text doesn&#8217;t quite line up with your picture).</p>
<p>To get around that you need to set all the CSS parameters yourself &#8211; by setting them, you override the defaults of the browser or email client and get more control over how the page renders.</p>
<p>There&#8217;s a good post on that here:<br />
<a href="http://www.search-this.com/2007/03/12/no-margin-for-error/" rel="nofollow">http://www.search-this.com/2007/03/12/no-margin-for-error/</a> </p>
<p>I must say, I&#8217;m surprised that Firefox removes your cell padding &#8211; that sort of thing really should remain present.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nancy</title>
		<link>http://www.nonprofitmarketingguide.com/blog/2009/01/06/see-what-your-e-newsletter-looks-like-in-different-email-programs/comment-page-1/#comment-73930</link>
		<dc:creator>Nancy</dc:creator>
		<pubDate>Wed, 07 Jan 2009 00:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.nonprofitmarketingguide.com/blog/?p=1003#comment-73930</guid>
		<description>Kivi,

This is a great article. I didn&#039;t even realize these services existed, and your review points me to the right player. Thanks.</description>
		<content:encoded><![CDATA[<p>Kivi,</p>
<p>This is a great article. I didn&#8217;t even realize these services existed, and your review points me to the right player. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

