<?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: Center an image with CSS</title>
	<atom:link href="http://www.phpied.com/center-an-image-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/center-an-image-with-css/</link>
	<description>Stoyan&#039;s blog about &#60;a href=&#34;/category/xhtml&#34; class=&#34;tag-minor&#34;&#62;(x)html(5)&#60;/a&#62;, &#60;a href=&#34;/category/ajax&#34; class=&#34;tag-major&#34;&#62;ajax&#60;/a&#62;, &#60;a href=&#34;/category/bookmarklets&#34; class=&#34;tag-major&#34;&#62;bookmarklets&#60;/a&#62;, &#60;a href=&#34;/category/browsers&#34; class=&#34;tag-minor&#34;&#62;browsers&#60;/a&#62;, &#60;a href=&#34;/category/css&#34; class=&#34;tag-normal&#34;&#62;css&#60;/a&#62;, &#60;a href=&#34;/category/firebug&#34; class=&#34;tag-minor&#34;&#62;firebug&#60;/a&#62;, &#60;a href=&#34;/category/javascript&#34; class=&#34;tag-numero-uno&#34;&#62;javascript&#60;/a&#62;, &#60;a href=&#34;/category/json&#34; class=&#34;tag-normal&#34;&#62;json&#60;/a&#62;, &#60;a href=&#34;/category/mdb2&#34; class=&#34;tag-minor&#34;&#62;mdb2&#60;/a&#62;, &#60;a href=&#34;/category/mysql&#34; class=&#34;tag-normal&#34;&#62;mysql&#60;/a&#62;, &#60;a href=&#34;/category/pear&#34; class=&#34;tag-numero-uno&#34;&#62;pear&#60;/a&#62;, &#60;a href=&#34;/category/performance&#34; class=&#34;tag-major&#34;&#62;performance&#60;/a&#62;, &#60;a href=&#34;/category/php&#34; class=&#34;tag-numero-uno&#34;&#62;php&#60;/a&#62;, &#60;a href=&#34;/category/phpbb&#34; class=&#34;tag-major&#34;&#62;phpbb&#60;/a&#62;, &#60;a href=&#34;/category/tools&#34; class=&#34;tag-normal&#34;&#62;tools&#60;/a&#62;, &#60;a href=&#34;/category/yslow&#34; class=&#34;tag-minor&#34;&#62;yslow&#60;/a&#62;, &#60;a href=&#34;/category/yui&#34; class=&#34;tag-normal&#34;&#62;yui&#60;/a&#62;, &#60;a href=&#34;/category/writing&#34; class=&#34;tag-minor&#34;&#62;writing&#60;/a&#62;, &#60;a href=&#34;/category/music&#34; class=&#34;tag-major&#34;&#62;music&#60;/a&#62;,... &#60;a href=&#34;/category/life-and-everything&#34; class=&#34;tag-normal&#34;&#62;life and everything&#60;/a&#62;.</description>
	<lastBuildDate>Sat, 11 Feb 2012 14:07:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Tom</title>
		<link>http://www.phpied.com/center-an-image-with-css/#comment-74300</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 23 Oct 2010 20:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/center-an-image-with-css/#comment-74300</guid>
		<description>Nice this is wath im been looking for, hope it works on crome allso ...</description>
		<content:encoded><![CDATA[<p>Nice this is wath im been looking for, hope it works on crome allso &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ovamode</title>
		<link>http://www.phpied.com/center-an-image-with-css/#comment-70547</link>
		<dc:creator>ovamode</dc:creator>
		<pubDate>Wed, 11 Mar 2009 11:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/center-an-image-with-css/#comment-70547</guid>
		<description>Neat. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Neat. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.phpied.com/center-an-image-with-css/#comment-70221</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Thu, 12 Feb 2009 18:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/center-an-image-with-css/#comment-70221</guid>
		<description>You can do a background image without the math this way:

.container { /* CSS for centered image */
    height: 200px;
    background-image: url(&quot;images/pearbook.png&quot;);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}</description>
		<content:encoded><![CDATA[<p>You can do a background image without the math this way:</p>
<p>.container { /* CSS for centered image */<br />
    height: 200px;<br />
    background-image: url(&#8220;images/pearbook.png&#8221;);<br />
    background-repeat: no-repeat;<br />
    background-position: 50% 50%;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott &#187; Blog Archive &#187; Center an image using CSS (horizontal and vertical)</title>
		<link>http://www.phpied.com/center-an-image-with-css/#comment-69756</link>
		<dc:creator>Scott &#187; Blog Archive &#187; Center an image using CSS (horizontal and vertical)</dc:creator>
		<pubDate>Tue, 22 Jul 2008 07:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/center-an-image-with-css/#comment-69756</guid>
		<description>[...] http://www.phpied.com/center-an-image-with-css/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.phpied.com/center-an-image-with-css/" rel="nofollow">http://www.phpied.com/center-an-image-with-css/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Selvam</title>
		<link>http://www.phpied.com/center-an-image-with-css/#comment-62953</link>
		<dc:creator>Selvam</dc:creator>
		<pubDate>Tue, 30 Oct 2007 08:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/center-an-image-with-css/#comment-62953</guid>
		<description>Thanks friend.....great share..</description>
		<content:encoded><![CDATA[<p>Thanks friend&#8230;..great share..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/center-an-image-with-css/#comment-56009</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Tue, 22 May 2007 22:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/center-an-image-with-css/#comment-56009</guid>
		<description>Thanks James, that&#039;s the one.</description>
		<content:encoded><![CDATA[<p>Thanks James, that&#8217;s the one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.phpied.com/center-an-image-with-css/#comment-56008</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 22 May 2007 22:33:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/center-an-image-with-css/#comment-56008</guid>
		<description>I think this is the original post:

http://mrclay.org/web_design/centered_image/</description>
		<content:encoded><![CDATA[<p>I think this is the original post:</p>
<p><a href="http://mrclay.org/web_design/centered_image/" rel="nofollow">http://mrclay.org/web_design/centered_image/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yami King</title>
		<link>http://www.phpied.com/center-an-image-with-css/#comment-55251</link>
		<dc:creator>Yami King</dc:creator>
		<pubDate>Sun, 06 May 2007 01:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/center-an-image-with-css/#comment-55251</guid>
		<description>Hi again,

you might want to know this also works in Opera 9.1+, just tested it.</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>you might want to know this also works in Opera 9.1+, just tested it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

