<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GroupMail Blog &#187; HTML Email</title>
	<atom:link href="http://blog.group-mail.com/tag/html-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.group-mail.com</link>
	<description>MAKING EMAIL WORK FOR YOU</description>
	<lastBuildDate>Thu, 02 Feb 2012 09:25:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>HTML Coding Tips for Broken Images in Email</title>
		<link>http://blog.group-mail.com/2011/11/15/html-coding-tips-for-broken-images-in-email/</link>
		<comments>http://blog.group-mail.com/2011/11/15/html-coding-tips-for-broken-images-in-email/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 22:12:21 +0000</pubDate>
		<dc:creator>Tom O'Leary</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[broken images]]></category>
		<category><![CDATA[coding tips]]></category>
		<category><![CDATA[display:block]]></category>
		<category><![CDATA[horizontal gaps]]></category>
		<category><![CDATA[horizontal image splitting]]></category>
		<category><![CDATA[HTML coding]]></category>
		<category><![CDATA[HTML coding tips]]></category>
		<category><![CDATA[HTML Email]]></category>
		<category><![CDATA[HTML images]]></category>
		<category><![CDATA[HTML tips]]></category>
		<category><![CDATA[image splitting]]></category>
		<category><![CDATA[img tag]]></category>
		<category><![CDATA[inline "img" tag]]></category>
		<category><![CDATA[juxtaposed images]]></category>
		<category><![CDATA[line-height settings]]></category>

		<guid isPermaLink="false">http://blog.group-mail.com/?p=1904</guid>
		<description><![CDATA[Have you ever seen an HTML image appear in an email editor or client inbox which contains a horizontal slice taken out of it? Here is an example a customer sent in yesterday. So what the heck causes this HTML email horizontal image splitting and how can it be fixed? The problem occurs when images [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever seen an HTML image appear in an email editor or client inbox which contains a horizontal slice taken out of it?</p>
<p>Here is an example a customer sent in yesterday.</p>
<p style="text-align: center;"><a href="http://blog.group-mail.com/wp-content/uploads/HTML-coding-tips-for-broken-images-in-email.png"><img class="aligncenter size-full wp-image-1905" title="HTML coding tips for broken images in email" src="http://blog.group-mail.com/wp-content/uploads/HTML-coding-tips-for-broken-images-in-email.png" alt="HTML coding tips for broken images in email" width="539" height="497" /></a></p>
<p><big>So what the heck causes this HTML email horizontal image splitting and how can it be fixed?</big></p>
<p>The problem occurs when images are juxtaposed without space in an HTML table. Because there is <a title="HTML standard for email" href="http://blog.group-mail.com/2011/06/03/html-email-standards-or-lack-thereof/">no HTML standard for email</a>, the issue surfaces periodically and varies from email client to email client. So, basically, it could happen to any image in an HTML email, and particularly to juxtaposed images embedded in tables in the HTML.</p>
<p>Firefox, Safari, Opera and Chrome users are the ones most often reporting the &#8220;mysterious gap&#8221; or horizontal break in images. For some reason, there don&#8217;t seem to be many reports from IE users.</p>
<p><big>How can I fix this mysterious gap or horizontal break in images?</big></p>
<p><big><strong>Here are a few HTML Coding Tips for Broken Images in Email</strong></big></p>
<p style="padding-left: 30px;">1. The fix for most people is to add <strong>&lt;style&gt;img {display:block}&lt;/style&gt;</strong> at the top of their HTML coding.</p>
<p style="padding-left: 30px;"><em>* Hotmail and Gmail have the same problem rendering  juxtaposed images, but Gmail seems to require an additional, inline &#8220;img&#8221; tag step to resolve it.</em></p>
<p style="padding-left: 30px;">2. For Gmail, just add <strong>style=”display:block”</strong> into the “img” tag for any broken images that appear to have this horizontal gap.</p>
<p style="text-align: left; padding-left: 30px;"><strong>example:</strong></p>
<p style="text-align: left; padding-left: 30px;">&lt;img <strong>style=”display:block”</strong> src=”myimage.jpg” alt=”HTML code to fix horizontal image gaps in email” /&gt;</p>
<p style="padding-left: 30px;">3. Another fix is to add <strong>“line-height: 1px;”</strong> <em>instead of</em> <strong>“line-height: 0;”</strong> to the table cell containing the image. This seems to fix the problem in most email clients.</p>
<p style="padding-left: 30px;">4. A final option is to<strong> set line-height to 1px in &lt;td&gt; cells</strong> within an HTML table and to set <strong>display:inline; border:0</strong> <span style="text-decoration: underline;">in the img HTML</span>. This approach seems to work for displaying images in FireFox, Chrome, Safari and Outlook 2007.</p>
<p><big>Do you have any HTML coding tips for broken images to share?</big></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.group-mail.com/2011/11/15/html-coding-tips-for-broken-images-in-email/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How Does Your Email Look in a Gmail Inbox?</title>
		<link>http://blog.group-mail.com/2011/10/21/how-does-your-email-look-in-a-gmail-inbox/</link>
		<comments>http://blog.group-mail.com/2011/10/21/how-does-your-email-look-in-a-gmail-inbox/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 09:09:36 +0000</pubDate>
		<dc:creator>Tom O'Leary</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Email Templates]]></category>
		<category><![CDATA[mobile email]]></category>
		<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[Desktop email]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[email testing]]></category>
		<category><![CDATA[Gmail inbox]]></category>
		<category><![CDATA[HTML Email]]></category>
		<category><![CDATA[HTML email test]]></category>
		<category><![CDATA[mailing list]]></category>
		<category><![CDATA[web email]]></category>

		<guid isPermaLink="false">http://blog.group-mail.com/?p=1837</guid>
		<description><![CDATA[Not all email clients were created equal. In fact, each one renders HTML email slightly differently. Find out why, and how you can test your HTML email to see what it looks like in a Gmail inbox and in each of the other major Desktop, web and mobile email clients. You know, the email clients [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.group-mail.com/wp-content/uploads/New-Gmail-Inbox.png"><img class="size-full wp-image-1841 alignnone" title="New Gmail Inbox" src="http://blog.group-mail.com/wp-content/uploads/New-Gmail-Inbox.png" alt="New Gmail Inbox" width="357" height="217" /></a></p>
<p><big>Not all email clients were created equal.</big></p>
<p>In fact, each one renders HTML email slightly differently.</p>
<p>Find out why, and <strong><a title="how you can test your HTML email" href="http://www.group-mail.com/asp/common/articles.asp?id=292">how you can test your HTML email</a></strong> to see what it looks like in a Gmail inbox and in each of the other major Desktop, web and mobile email clients. You know, the email clients that the people on your mailing list use.</p>
<hr />
<p><big>Interested? Each of our <a title="HTML template designs" href="http://www.group-mail.com/asp/common/purchase.asp">HTML template designs</a> are tested before there are installed with GroupMail.</big></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.group-mail.com/2011/10/21/how-does-your-email-look-in-a-gmail-inbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Include a Plain Text Part with Your HTML Email</title>
		<link>http://blog.group-mail.com/2010/05/20/how-to-include-a-plain-tex-part-with-your-html-email/</link>
		<comments>http://blog.group-mail.com/2010/05/20/how-to-include-a-plain-tex-part-with-your-html-email/#comments</comments>
		<pubDate>Thu, 20 May 2010 22:45:01 +0000</pubDate>
		<dc:creator>Tom O'Leary</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[how to include a plain text only part with your HTML email]]></category>
		<category><![CDATA[HTML Email]]></category>
		<category><![CDATA[image to text ratio]]></category>
		<category><![CDATA[plain text part]]></category>
		<category><![CDATA[text-only email]]></category>

		<guid isPermaLink="false">http://blog.group-mail.com/?p=757</guid>
		<description><![CDATA[There are basically two reasons why you would want to create a plain text only part along with your HTML email. 1. Believe it or not, there are still some people out there who have their email clients configured to receive text-only email. If you have a plain text only part for your message (designed [...]]]></description>
			<content:encoded><![CDATA[<p>There are basically two reasons why you would want to create a plain text only part along with your HTML email.</p>
<p>1. Believe it or not, there are still some people out there who have their email clients configured to receive text-only email. If you have a plain text only part for your message (designed for text-only recipients) they will receive a nice text-only message in line with their settings and you will get your message across to that important, albeit small, segment of your list.</p>
<p>2. One of the things that antispam filters look at is image-to-text ratio. For this reason, it is important to balance image-heavy HTML messages with some text. So if you are using a large image to get your message across, you&#8217;d be wise to include a plain text part for your message to satisfy antispam filters lurking between you and your customers.</p>
<p><big>So how do you add a text-only part to your HTML message? It&#8217;s actually very easy.</big></p>
<p>At the bottom of the GroupMail message editor, you will see several tabs. The middle tab says <strong>Plain Text Message Part</strong>. Click that tab.</p>
<p><a href="http://blog.group-mail.com/wp-content/uploads/Screen-shot-2010-05-20-at-3.33.40-PM.png"><img class="alignnone size-full wp-image-759" src="http://blog.group-mail.com/wp-content/uploads/Screen-shot-2010-05-20-at-3.33.40-PM.png" alt="" width="440" height="401" /></a></p>
<p>Then, check the &#8220;Optional: Include a Plain Text only part with this Rich Text (HTML) message&#8221; and then mark the &#8220;Include the specified text as the Plain Text part.&#8221; Here, you can copy and paste or write a custom text version of your message, using text-only formatting as necessary. Remember that you can&#8217;t use hyperlinks in text-only messages, so you will have to use full URL paths (http://&#8230;) if you want to link recipients to a website.</p>
<p>The only people who will see the plain text version of your message are those recipients who have their email client configured to receive text-only email and antispam filters looking for some text to balance the images in your HTML message. Everyone else will only see your beautiful HTML email design.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.group-mail.com/2010/05/20/how-to-include-a-plain-tex-part-with-your-html-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Your HTML Email in GroupMail</title>
		<link>http://blog.group-mail.com/2010/04/16/how-to-create-your-html-email-in-groupmail/</link>
		<comments>http://blog.group-mail.com/2010/04/16/how-to-create-your-html-email-in-groupmail/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 21:55:56 +0000</pubDate>
		<dc:creator>Tom O'Leary</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Email Templates]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[HTML Email]]></category>
		<category><![CDATA[HTML Email Templates]]></category>
		<category><![CDATA[importing HTML documents]]></category>
		<category><![CDATA[WYSIWYG HTML message editor]]></category>

		<guid isPermaLink="false">http://blog.group-mail.com/?p=712</guid>
		<description><![CDATA[GroupMail makes it easy to create an HTML email message: You can create a message in GroupMail&#8217;s own WYSIWYG HTML message editor. You can use one of our professionally designed and tested HTML email templates You can import an HTML email design that you designed externally and save it as a user-generated template. You can [...]]]></description>
			<content:encoded><![CDATA[<p>GroupMail makes it easy to create an HTML email message:</p>
<ul>
<li>You can create a message in <a href="http://www.group-mail.com/asp/common/articles.asp?id=122" target="_self">GroupMail&#8217;s own WYSIWYG HTML message editor</a>.</li>
<li>You can use one of our professionally designed and tested <a href="http://blog.group-mail.com/2010/02/25/groupmail-v520082-includes-20-new-email-templates/" target="_self">HTML email templates</a></li>
<li>You can <a href="http://www.group-mail.com/asp/common/articles.asp?id=247" target="_self">import an HTML email design</a> that you designed externally and save it as a user-generated template.</li>
<li>You can even import a web page into the body of your email, with all links active (Just open a blank message and click File/Import/Web Page)</li>
</ul>
<p>We don&#8217;t recommend using Microsoft Word or Publisher to create your message as there is particular HTML formatting used in Word and Publisher that does not render properly in email clients other than Outlook or Outlook Express.</p>
<p>So the sky&#8217;s the limit, really.</p>
<p>Feel free to share your favorite HTML email designs with us if you want to showcase them on our blog. We love inspiration!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.group-mail.com/2010/04/16/how-to-create-your-html-email-in-groupmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>St. Patrick&#8217;s Day Email Templates</title>
		<link>http://blog.group-mail.com/2009/03/16/st-patricks-day-email-templates/</link>
		<comments>http://blog.group-mail.com/2009/03/16/st-patricks-day-email-templates/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 13:43:12 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Email Templates]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Email Template]]></category>
		<category><![CDATA[HTML Email]]></category>

		<guid isPermaLink="false">http://blog.group-mail.com/?p=215</guid>
		<description><![CDATA[Ryan was good enough to put together a few email templates for St. Patrick&#8217;s day       These can be downloaded from here. To use them in GroupMail, extract the files from the downloaded zip, and in the Message Editor choose File-&#62;Import-&#62;HTML Document. Personally the thoughts of drinking pints of green liquid doesn&#8217;t really [...]]]></description>
			<content:encoded><![CDATA[<p>Ryan was good enough to put together a few email templates for St. Patrick&#8217;s day</p>
<p> </p>
<div id="attachment_222" class="wp-caption aligncenter" style="width: 160px"><a href="http://blog.group-mail.com/wp-content/uploads/stpatrick1.png"><img class="size-thumbnail wp-image-222 " title="stpatrick1" src="http://blog.group-mail.com/wp-content/uploads/stpatrick1-150x150.png" alt="St. Patrick's Day Template 1" width="150" height="150" /></a><p class="wp-caption-text">St. Patrick Template 1</p></div>
<p> </p>
<div id="attachment_223" class="wp-caption aligncenter" style="width: 160px"><a href="http://blog.group-mail.com/wp-content/uploads/stpatrick2.png"><img class="size-thumbnail wp-image-223 " title="stpatrick2" src="http://blog.group-mail.com/wp-content/uploads/stpatrick2-150x150.png" alt="St. Patrick's Day Template 2" width="150" height="150" /></a><p class="wp-caption-text">St. Patrick Template 2</p></div>
<p> </p>
<div id="attachment_224" class="wp-caption aligncenter" style="width: 160px"><a href="http://blog.group-mail.com/wp-content/uploads/stpatrick3.png"><img class="size-thumbnail wp-image-224 " title="stpatrick3" src="http://blog.group-mail.com/wp-content/uploads/stpatrick3-150x150.png" alt="St. Patrick's Day Template 3" width="150" height="150" /></a><p class="wp-caption-text">St. Patrick Template 3</p></div>
<p>These can be downloaded from <a href="http://www.infacta.com/files/stpatrick.zip">here</a>. To use them in GroupMail, extract the files from the downloaded zip, and in the Message Editor choose File-&gt;Import-&gt;HTML Document.</p>
<p>Personally the thoughts of drinking pints of green liquid doesn&#8217;t really appeal to me (tomorrow or any other day for that matter) , but regardless of whatever you get up to for St. Patrick&#8217;s day, I hope you have a good one !</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.group-mail.com/2009/03/16/st-patricks-day-email-templates/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

