<?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>Free Range Pixels &#187; hotmail</title>
	<atom:link href="http://www.diturner.co.uk/tag/hotmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.diturner.co.uk</link>
	<description>The home of Di Turner</description>
	<lastBuildDate>Mon, 31 May 2010 21:59:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Removing the 3 pixel gap in Hotmail email for Firefox</title>
		<link>http://www.diturner.co.uk/2008/10/21/removing-the-3-pixel-gap-in-hotmail-email-for-firefox/</link>
		<comments>http://www.diturner.co.uk/2008/10/21/removing-the-3-pixel-gap-in-hotmail-email-for-firefox/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 14:35:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design / Dev]]></category>
		<category><![CDATA[hotmail]]></category>
		<category><![CDATA[newsletters]]></category>

		<guid isPermaLink="false">http://www.diturner.co.uk/?p=234</guid>
		<description><![CDATA[Yet another fix for Hotmail HTML rendering.]]></description>
			<content:encoded><![CDATA[<p>A while back I wrote a post about <a href="http://www.diturner.co.uk/webdesign/removing-the-3-pixel-gap-in-hotmail-email/">removing the 3 pixel gap in Hotmail</a>. While that provided a solution for IE I&#8217;ve since discovered another fix that works in Firefox. It&#8217;s the same problem as before; a 3 pixel gap is added beneath images, particular to images inside table cells. The problem seems to stem from the font size settings, obviously this shouldn&#8217;t affect a table cell that does not contain text. Chalk it up to yet another That Shouldn&#8217;t Make Any Difference But It Does&#8482; This time the fix is to add <code>style="line-height: 50%"</code> to the TD tag. You should then end up with the following:</p>
<pre class="brush: xml;">&lt;td style=&quot;line-height: 50%&quot;&gt;
	&lt;img src=&quot;image.gif&quot; width=&quot;300&quot; height=&quot;50&quot; alt=&quot;&quot; /&gt;
&lt;/td&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.diturner.co.uk/2008/10/21/removing-the-3-pixel-gap-in-hotmail-email-for-firefox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Removing the 3 pixel gap in Hotmail email</title>
		<link>http://www.diturner.co.uk/2008/01/16/removing-the-3-pixel-gap-in-hotmail-email/</link>
		<comments>http://www.diturner.co.uk/2008/01/16/removing-the-3-pixel-gap-in-hotmail-email/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 20:42:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Design / Dev]]></category>
		<category><![CDATA[gap]]></category>
		<category><![CDATA[hotmail]]></category>
		<category><![CDATA[html email]]></category>
		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://www.diturner.co.uk/webdesign/removing-the-3-pixel-gap-in-hotmail-email/</guid>
		<description><![CDATA[
Hotmail has a bug where a gap of 3 pixels appears in between images, even when the IMG tags have no spaces separating them. To fix this annoyance I&#8217;ve found that adding style="display: block;" to the IMG tag fixes this. I apply the fix as an inline style to avoid the CSS filtering of web [...]]]></description>
			<content:encoded><![CDATA[<div class="page-images"><div style="width: px" class="page-image"><div class="square"><img src="http://www.diturner.co.uk/wp-content/uploads/2008/01/three_pixel_gap.thumbnail.jpg" width="" height="" alt="An example of the 3 pixel gap" /></div><div class="caption">An example of the 3 pixel gap</div></div></div><!-- Close: page-images --><p><img src='http://www.diturner.co.uk/wp-content/uploads/2008/01/three_pixel_gap.jpg' alt='An example of the 3 pixel gap' /></p>
<p>Hotmail has a bug where a gap of 3 pixels appears in between images, even when the IMG tags have no spaces separating them. To fix this annoyance I&#8217;ve found that adding <code>style="display: block;"</code> to the IMG tag fixes this. I apply the fix as an inline style to avoid the CSS filtering of web based email services.</p>
<p>You should end up with the following for images that need the 3 pixel gap removing:</p>
<pre class="brush: xml;">&lt;img src=&quot;image.gif&quot; width=&quot;100&quot; height=&quot;100&quot; alt=&quot;Image&quot; style=&quot;display: block;&quot; /&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.diturner.co.uk/2008/01/16/removing-the-3-pixel-gap-in-hotmail-email/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
