<?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>Optimise Blog &#187; Images</title>
	<atom:link href="http://optimiseblog.co.uk/tag/images/feed/" rel="self" type="application/rss+xml" />
	<link>http://optimiseblog.co.uk</link>
	<description>Technology, in plain English!</description>
	<lastBuildDate>Mon, 09 Jan 2012 19:08:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>HTML Fix :  IMG Tag Displays a Bottom Margin Space in Firefox</title>
		<link>http://optimiseblog.co.uk/html-fix-img-tag-displays-a-bottom-margin-space-in-firefox/</link>
		<comments>http://optimiseblog.co.uk/html-fix-img-tag-displays-a-bottom-margin-space-in-firefox/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 10:03:21 +0000</pubDate>
		<dc:creator>Sid Vel</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Images]]></category>

		<guid isPermaLink="false">http://optimiseblog.co.uk/?p=278</guid>
		<description><![CDATA[Firefox adds a little white space below images. This looks like a bottom margin, but isn’t really a margin space. Add a Display: Block to your Images in the CSS and the bottom margin / white space will be gone!]]></description>
			<content:encoded><![CDATA[<p>For some strange reason, Firefox adds a little white space below images. This looks like a bottom margin, but isn&#8217;t really a margin space.</p>
<p>When reading through the internet I found a fix for this issue. Very simple!</p>
<p>Add the following to your css and the bottom margin / white space will be gone&#8230;</p>
<p>
<pre>img {display: block;}</pre>
</p>
<p><a rel="external nofollow" href="http://akinas.com/pages/en/blog/firefox_image_gap">Original Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://optimiseblog.co.uk/html-fix-img-tag-displays-a-bottom-margin-space-in-firefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

