<?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: 30 HTML Email Templates and Plain Text Templates</title> <atom:link href="http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/feed/" rel="self" type="application/rss+xml" /><link>http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/</link> <description>- Hunting the Best Open Source Resources for Web Developers</description> <lastBuildDate>Sat, 20 Mar 2010 06:17:16 -0700</lastBuildDate> <generator>http://wordpress.org/?v=2.8.6</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: email templates</title><link>http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/comment-page-1/#comment-32012</link> <dc:creator>email templates</dc:creator> <pubDate>Fri, 15 Jan 2010 04:52:36 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/#comment-32012</guid> <description>As long as you embed the css properly, and host all images you shouldn&#039;t have many problems. Of course, there&#039;s always going to be issues in some web based systems, but that&#039;s pretty much how it goes in the world of email templates and email marketing. Thanks for sharing these resources.</description> <content:encoded><![CDATA[<p>As long as you embed the css properly, and host all images you shouldn&#8217;t have many problems. Of course, there&#8217;s always going to be issues in some web based systems, but that&#8217;s pretty much how it goes in the world of email templates and email marketing. Thanks for sharing these resources.</p> ]]></content:encoded> </item> <item><title>By: paul</title><link>http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/comment-page-1/#comment-19290</link> <dc:creator>paul</dc:creator> <pubDate>Fri, 19 Dec 2008 05:38:26 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/#comment-19290</guid> <description>I think HTML email templates must be in HTML 3.2 version with no CSS at all. Use tag options instead of CSS classes.For example:
Do not use that:
&lt;style&gt;.bg_white { background-color: white; }&lt;/style&gt;
&lt;table class=&quot;bg_white&quot;&gt; etc.Use this:
&lt;table bgcolor=&quot;white&quot;&gt; etc.For some advanced email clients style rules can be inserted into tag optionsFor example:
&lt;table bgcolor=&quot;white&quot; style=&quot;background: url(some picture);&quot;&gt;  etc.</description> <content:encoded><![CDATA[<p>I think HTML email templates must be in HTML 3.2 version with no CSS at all. Use tag options instead of CSS classes.</p><p>For example:<br
/> Do not use that:<br
/> &lt;style&gt;.bg_white { background-color: white; }&lt;/style&gt;<br
/> &lt;table class=&#8221;bg_white&#8221;&gt; etc.</p><p>Use this:<br
/> &lt;table bgcolor=&#8221;white&#8221;&gt; etc.</p><p>For some advanced email clients style rules can be inserted into tag options</p><p>For example:<br
/> &lt;table bgcolor=&#8221;white&#8221; style=&#8221;background: url(some picture);&#8221;&gt;  etc.</p> ]]></content:encoded> </item> <item><title>By: obrazy</title><link>http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/comment-page-1/#comment-3428</link> <dc:creator>obrazy</dc:creator> <pubDate>Mon, 28 Jan 2008 13:31:16 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/#comment-3428</guid> <description>for me it&#039;s good and very useful</description> <content:encoded><![CDATA[<p>for me it&#8217;s good and very useful</p> ]]></content:encoded> </item> <item><title>By: Leão da Barra</title><link>http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/comment-page-1/#comment-707</link> <dc:creator>Leão da Barra</dc:creator> <pubDate>Thu, 23 Aug 2007 12:47:02 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/#comment-707</guid> <description>I solved that css problem:Converting all divs into tables and insert the css.Works in Gmail, Hotmail, Outlook, Opera and Thunderbird.Sry for my bad english. =]</description> <content:encoded><![CDATA[<p>I solved that css problem:</p><p>Converting all divs into tables and insert the css.</p><p>Works in Gmail, Hotmail, Outlook, Opera and Thunderbird.</p><p>Sry for my bad english. =]</p> ]]></content:encoded> </item> <item><title>By: Paul</title><link>http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/comment-page-1/#comment-624</link> <dc:creator>Paul</dc:creator> <pubDate>Mon, 13 Aug 2007 13:41:00 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/#comment-624</guid> <description>thx i gonna try it</description> <content:encoded><![CDATA[<p>thx i gonna try it</p> ]]></content:encoded> </item> <item><title>By: Mathew Patterson</title><link>http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/comment-page-1/#comment-623</link> <dc:creator>Mathew Patterson</dc:creator> <pubDate>Mon, 13 Aug 2007 11:51:58 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/#comment-623</guid> <description>Paul said:
&lt;blockquote&gt;doesn’t work at all for me
the most clients transform it back to plain text and then they see the html tags&lt;/blockquote&gt;Hey Paul,With Campaign Monitor you can send multipart html and text, so clients that can&#039;t render the html will show the nicely formatted plain text alternative instead.</description> <content:encoded><![CDATA[<p>Paul said:</p><blockquote><p>doesn’t work at all for me<br
/> the most clients transform it back to plain text and then they see the html tags</p></blockquote><p>Hey Paul,</p><p>With Campaign Monitor you can send multipart html and text, so clients that can&#8217;t render the html will show the nicely formatted plain text alternative instead.</p> ]]></content:encoded> </item> <item><title>By: Bookmarkables for 13 August 2007 : FocusMinded.com</title><link>http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/comment-page-1/#comment-622</link> <dc:creator>Bookmarkables for 13 August 2007 : FocusMinded.com</dc:creator> <pubDate>Mon, 13 Aug 2007 09:01:53 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/#comment-622</guid> <description>[...] presents us with 30 HTML Email Templates and Plain Text Templates. These are actually resources of Campaign Monitor, but since I found them at Webappers, they [...]</description> <content:encoded><![CDATA[<p>[...] presents us with 30 HTML Email Templates and Plain Text Templates. These are actually resources of Campaign Monitor, but since I found them at Webappers, they [...]</p> ]]></content:encoded> </item> <item><title>By: Santiago</title><link>http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/comment-page-1/#comment-618</link> <dc:creator>Santiago</dc:creator> <pubDate>Sun, 12 Aug 2007 21:39:27 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/#comment-618</guid> <description>Great, any good free software program to send this templates in mass?
great blog!! :D</description> <content:encoded><![CDATA[<p>Great, any good free software program to send this templates in mass?<br
/> great blog!! <img
src='http://www.webappers.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Noticias y artículos interesantes del 2007-08-11 &#124; hombrelobo, una mente dispersa</title><link>http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/comment-page-1/#comment-613</link> <dc:creator>Noticias y artículos interesantes del 2007-08-11 &#124; hombrelobo, una mente dispersa</dc:creator> <pubDate>Sat, 11 Aug 2007 23:22:25 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/#comment-613</guid> <description>[...] 2 -  30 HTML Email Templates and Plain Text Templates by WebAppers [...]</description> <content:encoded><![CDATA[<p>[...] 2 &#8211;  30 HTML Email Templates and Plain Text Templates by WebAppers [...]</p> ]]></content:encoded> </item> <item><title>By: Paul</title><link>http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/comment-page-1/#comment-612</link> <dc:creator>Paul</dc:creator> <pubDate>Sat, 11 Aug 2007 21:45:56 +0000</pubDate> <guid
isPermaLink="false">http://www.webappers.com/2007/08/11/30-html-email-templates-and-plain-text-templates/#comment-612</guid> <description>doesn&#039;t work at all for me
the most clients transform it back to plain text and then they see the html tags :(</description> <content:encoded><![CDATA[<p>doesn&#8217;t work at all for me<br
/> the most clients transform it back to plain text and then they see the html tags <img
src='http://www.webappers.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p> ]]></content:encoded> </item> </channel> </rss><!--
This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enchanced) (user agent is rejected)
Content Delivery Network via maxcdn.webappers.com (user agent is rejected)

Served from: ps11300.dreamhostps.com @ 2010-03-20 11:52:34 -->