<?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 a website using CSS</title>
	<atom:link href="http://createmy.com.au/center-a-website-using-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://createmy.com.au/center-a-website-using-css/</link>
	<description>Create My - eCommerce - Web Development - Web Design - Dale Hurley</description>
	<lastBuildDate>Wed, 18 Apr 2012 03:23:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	

<!-- Debugging help, do not remove -->
<meta name="Framework" content="Kpress" />
<meta name="Theme Version" content="1.3" />
<meta name="Framework Version" content="1.3" />


	<item>
		<title>By: Dennis</title>
		<link>http://createmy.com.au/center-a-website-using-css/comment-page-1/#comment-1766</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sun, 02 May 2010 01:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://createmy.com.au/?p=288#comment-1766</guid>
		<description>If I remember correctly, IE7/6 doesn&#039;t support &quot;Margin:0 auto&quot;. Instead of using that, you will have to use &quot;text-align:center&quot; on a div that can wrap around the #wrapper.

So basically:





CSS:
#iefix {
text-align:center;
}
#wrapper {
margin:0 auto;
width:960px;
text-align:left!important;
}</description>
		<content:encoded><![CDATA[<p>If I remember correctly, IE7/6 doesn&#8217;t support &#8220;Margin:0 auto&#8221;. Instead of using that, you will have to use &#8220;text-align:center&#8221; on a div that can wrap around the #wrapper.</p>
<p>So basically:</p>
<p>CSS:<br />
#iefix {<br />
text-align:center;<br />
}<br />
#wrapper {<br />
margin:0 auto;<br />
width:960px;<br />
text-align:left!important;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

