<?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>Route of Queue &#187; gap</title>
	<atom:link href="http://www.routeofqueue.com/tag/gap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.routeofqueue.com</link>
	<description>I have issues</description>
	<lastBuildDate>Sun, 30 May 2010 11:18:51 +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 email with images broken in Windows Live Hotmail and Firefox</title>
		<link>http://www.routeofqueue.com/2009/08/html-email-with-images-broken-in-windows-live-hotmail-and-firefox/</link>
		<comments>http://www.routeofqueue.com/2009/08/html-email-with-images-broken-in-windows-live-hotmail-and-firefox/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 15:15:23 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Hints and Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[baseline]]></category>
		<category><![CDATA[descenders]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email clients]]></category>
		<category><![CDATA[email with images]]></category>
		<category><![CDATA[fact]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gap]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[hassle]]></category>
		<category><![CDATA[Hotmail]]></category>
		<category><![CDATA[html email]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[lowecase]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[mac mail]]></category>
		<category><![CDATA[Messenger]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[pixel]]></category>
		<category><![CDATA[quirks]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows live messenger]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.routeofqueue.com/?p=88</guid>
		<description><![CDATA[If you&#8217;ve ever had to design/build HTML emails for work or fun or whatever, you might have run into a bit of an issue getting your email to display consistently in the multitude of email clients out there. I tend to just test my emails in Gmail, Outlook, Windows Live Hotmail and occasionally Mac Mail. [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever had to design/build HTML emails for work or fun or whatever, you might have run into a bit of an issue getting your email to display consistently in the multitude of email clients out there. I tend to just test my emails in Gmail, Outlook, Windows Live Hotmail and occasionally Mac Mail.</p>
<p>I used to only test in Windows Live Hotmail using IE as I was resigned to the fact that it never worked properly in Firefox &#8211; until now! I finally got hassled into finding a solution for the only issue we had left &#8211; a 3 or 4 pixel gap appearing in between all the images.</p>
<p>It turns out the problem is the way the browsers in quirks and standards mode align images to the text baseline &#8211; the 3 or 4 pixel gap is there to allow room for the descenders of lowecase letters like &#8220;p&#8221; and &#8220;y&#8221; &#8211; even if there are no letters in the &lt;td&gt; with the &lt;img&gt; in it.</p>
<p>There are 2 things you can do to resolve the issue &#8211; force all the images to be aligned to the bottom of the &lt;td&gt; rather than the default (text baseline):</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;something.gif&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;vertical-align: bottom;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

<p>Or you can take the issue out of the rendering engines hands and fool it by making all the images block-level rather than inline:</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">img</span> <span style="color: #000066;">src</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;something.gif&quot;</span> <span style="color: #000066;">alt</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;...&quot;</span> <span style="color: #000066;">style</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;display: block;&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span></pre></div></div>

<p>I prefer the second option, but the first one should work fine too! ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.routeofqueue.com/2009/08/html-email-with-images-broken-in-windows-live-hotmail-and-firefox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

