<?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: Background Images and CSS in HTML Email</title> <atom:link href="http://blog.mailchimp.com/background-images-and-css-in-html-email/feed/" rel="self" type="application/rss+xml" /><link>http://blog.mailchimp.com/background-images-and-css-in-html-email/</link> <description>MailChimp, email marketing, and monkeys!</description> <lastBuildDate>Thu, 09 Feb 2012 21:21:24 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Stuart shields</title><link>http://blog.mailchimp.com/background-images-and-css-in-html-email/#comment-45413</link> <dc:creator>Stuart shields</dc:creator> <pubDate>Mon, 23 Jan 2012 05:55:30 +0000</pubDate> <guid isPermaLink="false">http://blog.mailchimp.com/2006/01/30/background-images-and-css-in-html-email/#comment-45413</guid> <description>I&#039;d suggest not using Michael&#039;s solution with inline css as it breaks.</description> <content:encoded><![CDATA[<p>I&#8217;d suggest not using Michael&#8217;s solution with inline css as it breaks.</p> ]]></content:encoded> </item> <item><title>By: Andy Ciordia</title><link>http://blog.mailchimp.com/background-images-and-css-in-html-email/#comment-37605</link> <dc:creator>Andy Ciordia</dc:creator> <pubDate>Sat, 19 Nov 2011 01:26:35 +0000</pubDate> <guid isPermaLink="false">http://blog.mailchimp.com/2006/01/30/background-images-and-css-in-html-email/#comment-37605</guid> <description>Mail.app renders backgrounds, Gmail renders backgrounds if allowed.  I&#039;d like to see more image integration as more browsers allow or at least seem to permit more.  There is no real media viewer/editor/uploader outside of adding images to posts.* Add a Media manager tab for quicker CRUD tasks. * Add a way in the Editor/Code UI to upload an image * Allow images with HTML import uploads (zip it or such)Some ideas for furthering the integrations.  Not all need be met to make things more fluid.</description> <content:encoded><![CDATA[<p>Mail.app renders backgrounds, Gmail renders backgrounds if allowed.  I&#8217;d like to see more image integration as more browsers allow or at least seem to permit more.  There is no real media viewer/editor/uploader outside of adding images to posts.</p><p>* Add a Media manager tab for quicker CRUD tasks.<br /> * Add a way in the Editor/Code UI to upload an image<br /> * Allow images with HTML import uploads (zip it or such)</p><p>Some ideas for furthering the integrations.  Not all need be met to make things more fluid.</p> ]]></content:encoded> </item> <item><title>By: Bert Terpstra</title><link>http://blog.mailchimp.com/background-images-and-css-in-html-email/#comment-37117</link> <dc:creator>Bert Terpstra</dc:creator> <pubDate>Wed, 09 Nov 2011 21:02:29 +0000</pubDate> <guid isPermaLink="false">http://blog.mailchimp.com/2006/01/30/background-images-and-css-in-html-email/#comment-37117</guid> <description>Instead of background-image:url(‘bei_bodybg.png’); you should specify the locations of the image by a full path name. Something like: background-image:url(&#039;http://mywebsite.com/bei_bodybg.png&#039;); and of course you must replace &#039;mywebsite.com&#039; by your website domain.</description> <content:encoded><![CDATA[<p>Instead of background-image:url(‘bei_bodybg.png’); you should specify the locations of the image by a full path name. Something like:<br /> background-image:url(&#8216;<a href="http://mywebsite.com/bei_bodybg.png" rel="nofollow">http://mywebsite.com/bei_bodybg.png</a>&#8216;); and of course you must replace &#8216;mywebsite.com&#8217; by your website domain.</p> ]]></content:encoded> </item> <item><title>By: Nayeema</title><link>http://blog.mailchimp.com/background-images-and-css-in-html-email/#comment-36253</link> <dc:creator>Nayeema</dc:creator> <pubDate>Sat, 22 Oct 2011 06:57:03 +0000</pubDate> <guid isPermaLink="false">http://blog.mailchimp.com/2006/01/30/background-images-and-css-in-html-email/#comment-36253</guid> <description>I am failed to use my own template with background. At first i downloaded the templates friom mailchimp as a zip file. then i choose one template and edit it. i have just used a background image. my project folder is web1. it has two sub file-&gt; template.html and a golder images. the images folder contains the bg image. in template css i wrote: #backgroundTable{ background-color:#fff2db; background-image:url(&#039;bei_bodybg.png&#039;); background-repeat:repeat-x; } then i zipped the main folder and uploaded it following mailchimp instructions. locally it works nice. but on mailchipm the image is not found. pls help me about it. i want upload my full template with images.</description> <content:encoded><![CDATA[<p>I am failed to use my own template with background.<br /> At first i downloaded the templates friom mailchimp as a zip file. then i choose one template and edit it. i have just used a background image.<br /> my project folder is web1. it has two sub file-&gt; template.html and a golder images. the images folder contains the bg image.<br /> in template css i wrote:<br /> #backgroundTable{<br /> background-color:#fff2db;<br /> background-image:url(&#8216;bei_bodybg.png&#8217;);<br /> background-repeat:repeat-x;<br /> }<br /> then i zipped the main folder and uploaded it following mailchimp instructions. locally it works nice. but on mailchipm the image is not found.<br /> pls help me about it. i want upload my full template with images.</p> ]]></content:encoded> </item> <item><title>By: Shawn Si</title><link>http://blog.mailchimp.com/background-images-and-css-in-html-email/#comment-19940</link> <dc:creator>Shawn Si</dc:creator> <pubDate>Wed, 03 Aug 2011 20:48:48 +0000</pubDate> <guid isPermaLink="false">http://blog.mailchimp.com/2006/01/30/background-images-and-css-in-html-email/#comment-19940</guid> <description>You can make background image work using redundant method as below. It works on all the email clients I could test on including outlook2007. Hope this helps.1. Create a &quot;div&quot; wrapper with the image background. 2. Create a content container, such as &quot;table&quot;, with the same image background using both &quot;background&quot; and &quot;style&quot; properties.Example: -div style=&quot;width:100%;background:#42386d url(&#039;http://fullimagepath&#039;) repeat;margin:0px;&quot; -table width=&quot;697&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; background=&quot;http://fullimagepath&quot; style=&quot;width:100%;background:#42386d url(&#039;http://fullimagepath&#039;) repeat;&quot;</description> <content:encoded><![CDATA[<p>You can make background image work using redundant method as below. It works on all the email clients I could test on including outlook2007. Hope this helps.</p><p>1. Create a &#8220;div&#8221; wrapper with the image background.<br /> 2. Create a content container, such as &#8220;table&#8221;, with the same image background using both &#8220;background&#8221; and &#8220;style&#8221; properties.</p><p>Example:<br /> -div style=&#8221;width:100%;background:#42386d url(&#8216;<a href="http://fullimagepath" rel="nofollow">http://fullimagepath</a>&#8216;) repeat;margin:0px;&#8221;<br /> -table width=&#8221;697&#8243; border=&#8221;0&#8243; align=&#8221;center&#8221; cellpadding=&#8221;0&#8243; cellspacing=&#8221;0&#8243; background=&#8221;http://fullimagepath&#8221; style=&#8221;width:100%;background:#42386d url(&#8216;<a href="http://fullimagepath" rel="nofollow">http://fullimagepath</a>&#8216;) repeat;&#8221;</p> ]]></content:encoded> </item> <item><title>By: Brian Thies</title><link>http://blog.mailchimp.com/background-images-and-css-in-html-email/#comment-19748</link> <dc:creator>Brian Thies</dc:creator> <pubDate>Wed, 27 Jul 2011 19:05:12 +0000</pubDate> <guid isPermaLink="false">http://blog.mailchimp.com/2006/01/30/background-images-and-css-in-html-email/#comment-19748</guid> <description>The Outlook 2007/2010 background image fix: http://www.campaignmonitor.com/forums/viewtopic.php?id=3862</description> <content:encoded><![CDATA[<p>The Outlook 2007/2010 background image fix: <a href="http://www.campaignmonitor.com/forums/viewtopic.php?id=3862" rel="nofollow">http://www.campaignmonitor.com/forums/viewtopic.php?id=3862</a></p> ]]></content:encoded> </item> <item><title>By: Engr Gulsher</title><link>http://blog.mailchimp.com/background-images-and-css-in-html-email/#comment-19361</link> <dc:creator>Engr Gulsher</dc:creator> <pubDate>Tue, 12 Jul 2011 11:31:32 +0000</pubDate> <guid isPermaLink="false">http://blog.mailchimp.com/2006/01/30/background-images-and-css-in-html-email/#comment-19361</guid> <description>Hello All I am facing problem in Email Template Background image is not showing in outlook 2007 please help me if any one know...</description> <content:encoded><![CDATA[<p>Hello All I am facing problem in Email Template<br /> Background image is not showing in outlook 2007 please help me if any one know&#8230;</p> ]]></content:encoded> </item> <item><title>By: bob adams</title><link>http://blog.mailchimp.com/background-images-and-css-in-html-email/#comment-19038</link> <dc:creator>bob adams</dc:creator> <pubDate>Sat, 25 Jun 2011 18:33:57 +0000</pubDate> <guid isPermaLink="false">http://blog.mailchimp.com/2006/01/30/background-images-and-css-in-html-email/#comment-19038</guid> <description>very useful thx</description> <content:encoded><![CDATA[<p>very useful thx</p> ]]></content:encoded> </item> <item><title>By: Andrew</title><link>http://blog.mailchimp.com/background-images-and-css-in-html-email/#comment-18272</link> <dc:creator>Andrew</dc:creator> <pubDate>Tue, 17 May 2011 14:40:03 +0000</pubDate> <guid isPermaLink="false">http://blog.mailchimp.com/2006/01/30/background-images-and-css-in-html-email/#comment-18272</guid> <description>@Conrad Corpus says: The problem is that since the launch of Outlook 2007 there is no support for background-image or -url support when creating the email format so you are right in saying that many different mail clients will display this differently.</description> <content:encoded><![CDATA[<p>@Conrad Corpus says:<br /> The problem is that since the launch of Outlook 2007 there is no support for background-image or -url support when creating the email format so you are right in saying that many different mail clients will display this differently.</p> ]]></content:encoded> </item> <item><title>By: Conrad Corpus</title><link>http://blog.mailchimp.com/background-images-and-css-in-html-email/#comment-17962</link> <dc:creator>Conrad Corpus</dc:creator> <pubDate>Wed, 27 Apr 2011 15:18:01 +0000</pubDate> <guid isPermaLink="false">http://blog.mailchimp.com/2006/01/30/background-images-and-css-in-html-email/#comment-17962</guid> <description>I&#039;m working on a client&#039;s newsletter and they would like to have their left sidebar filled with a gray gradient that fades from dark to light, left to right.  That same sidebar will also contain text content and small images.  However, as far as I know, gradients are poorly supported across email clients.  Thoughts?  Thanks!</description> <content:encoded><![CDATA[<p>I&#8217;m working on a client&#8217;s newsletter and they would like to have their left sidebar filled with a gray gradient that fades from dark to light, left to right.  That same sidebar will also contain text content and small images.  However, as far as I know, gradients are poorly supported across email clients.  Thoughts?  Thanks!</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 306/307 objects using disk: basic

Served from: blog.mailchimp.com @ 2012-02-09 18:24:05 -->
