<?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: Centre DIV Horizontally and Vertically using CSS</title>
	<atom:link href="http://www.daretothink.co.uk/blog/centre-div-horizontally-and-vertically-using-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daretothink.co.uk/blog/centre-div-horizontally-and-vertically-using-css/</link>
	<description>All made simple</description>
	<lastBuildDate>Thu, 11 Feb 2010 19:06:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alan</title>
		<link>http://www.daretothink.co.uk/blog/centre-div-horizontally-and-vertically-using-css/comment-page-1/#comment-706</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Fri, 12 Jun 2009 20:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.daretothink.co.uk/?p=961#comment-706</guid>
		<description>Thanks Jonno - I&#039;ve changed the title accordingly.</description>
		<content:encoded><![CDATA[<p>Thanks Jonno &#8211; I&#8217;ve changed the title accordingly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonno</title>
		<link>http://www.daretothink.co.uk/blog/centre-div-horizontally-and-vertically-using-css/comment-page-1/#comment-705</link>
		<dc:creator>Jonno</dc:creator>
		<pubDate>Fri, 12 Jun 2009 20:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.daretothink.co.uk/?p=961#comment-705</guid>
		<description>Dude, your title is wrong (and redundant - when talking about web dev it&#039;s assumed we&#039;re talking about it being in a browser :-)

Centering a div is just:

#container {
   width:960px;
   margin:0 auto;
}

What you are describing is both horizontal AND vertical centering.</description>
		<content:encoded><![CDATA[<p>Dude, your title is wrong (and redundant &#8211; when talking about web dev it&#8217;s assumed we&#8217;re talking about it being in a browser <img src='http://www.daretothink.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Centering a div is just:</p>
<p>#container {<br />
   width:960px;<br />
   margin:0 auto;<br />
}</p>
<p>What you are describing is both horizontal AND vertical centering.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
