<?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: 2-Column, Center-aligned Fixed Width Layout with CSS</title>
	<atom:link href="http://www.csstutorial.net/2010/02/creating-a-basic-2-column-center-aligned-fixed-width-layout-with-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csstutorial.net/2010/02/creating-a-basic-2-column-center-aligned-fixed-width-layout-with-css/</link>
	<description>CSS Tutorial</description>
	<lastBuildDate>Mon, 02 Aug 2010 13:22:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gopal rajawat</title>
		<link>http://www.csstutorial.net/2010/02/creating-a-basic-2-column-center-aligned-fixed-width-layout-with-css/comment-page-1/#comment-72</link>
		<dc:creator>Gopal rajawat</dc:creator>
		<pubDate>Tue, 06 Apr 2010 19:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=463#comment-72</guid>
		<description>Thanks, great tutorials i am looking for this and i got it....</description>
		<content:encoded><![CDATA[<p>Thanks, great tutorials i am looking for this and i got it&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hall</title>
		<link>http://www.csstutorial.net/2010/02/creating-a-basic-2-column-center-aligned-fixed-width-layout-with-css/comment-page-1/#comment-57</link>
		<dc:creator>Michael Hall</dc:creator>
		<pubDate>Fri, 12 Mar 2010 00:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=463#comment-57</guid>
		<description>Excellent tutorial and indeed easy to understand.

can you also give us a tutorial covering the box model issue with IE when you have some spare time? I just can&#039;t seem to wrap my head around that, lol.</description>
		<content:encoded><![CDATA[<p>Excellent tutorial and indeed easy to understand.</p>
<p>can you also give us a tutorial covering the box model issue with IE when you have some spare time? I just can&#8217;t seem to wrap my head around that, lol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.csstutorial.net/2010/02/creating-a-basic-2-column-center-aligned-fixed-width-layout-with-css/comment-page-1/#comment-28</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Tue, 02 Mar 2010 12:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=463#comment-28</guid>
		<description>Hi, excellent tutorial.

One thing i &quot;need&quot; to know, how do you make the &quot;wrapper&quot; float vertically also? Say I have a background 600px high and I want it to float vertically?</description>
		<content:encoded><![CDATA[<p>Hi, excellent tutorial.</p>
<p>One thing i &#8220;need&#8221; to know, how do you make the &#8220;wrapper&#8221; float vertically also? Say I have a background 600px high and I want it to float vertically?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.csstutorial.net/2010/02/creating-a-basic-2-column-center-aligned-fixed-width-layout-with-css/comment-page-1/#comment-22</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 01 Mar 2010 03:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=463#comment-22</guid>
		<description>@Andrea,

Sounds good.

Stefan</description>
		<content:encoded><![CDATA[<p>@Andrea,</p>
<p>Sounds good.</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Barnett</title>
		<link>http://www.csstutorial.net/2010/02/creating-a-basic-2-column-center-aligned-fixed-width-layout-with-css/comment-page-1/#comment-21</link>
		<dc:creator>Andrea Barnett</dc:creator>
		<pubDate>Sun, 28 Feb 2010 19:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=463#comment-21</guid>
		<description>Excellent point, Stefan.  I&#039;ll insert this info right into the post so people can see it as they read it.</description>
		<content:encoded><![CDATA[<p>Excellent point, Stefan.  I&#8217;ll insert this info right into the post so people can see it as they read it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.csstutorial.net/2010/02/creating-a-basic-2-column-center-aligned-fixed-width-layout-with-css/comment-page-1/#comment-20</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 28 Feb 2010 17:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=463#comment-20</guid>
		<description>Hi,

I wanted to cover little piece of information not mentioned in the article ... take a look at this code:



&lt;pre lang=&quot;css&quot;&gt;#wrapper {
	background: silver;
	width: 1200px;
	margin: 0 auto;
}&lt;/pre&gt;



If you focus in on:

&lt;pre lang=&quot;css&quot;&gt;margin: 0 auto;&lt;/pre&gt;

That basically says: 

1. have 0 pixels on the top and bottom of the page. 
2. automatically figure out the equal distance of margin on the left and right side of the div.

I hope that helps,

Stefan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I wanted to cover little piece of information not mentioned in the article &#8230; take a look at this code:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #cc00cc;">#wrapper</span> <span style="color: #00AA00;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">silver</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">1200px</span><span style="color: #00AA00;">;</span>
	<span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>If you focus in on:</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span> <span style="color: #cc66cc;">0</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span></pre></div></div>

<p>That basically says: </p>
<p>1. have 0 pixels on the top and bottom of the page.<br />
2. automatically figure out the equal distance of margin on the left and right side of the div.</p>
<p>I hope that helps,</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.csstutorial.net/2010/02/creating-a-basic-2-column-center-aligned-fixed-width-layout-with-css/comment-page-1/#comment-18</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 27 Feb 2010 17:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=463#comment-18</guid>
		<description>Nice tutorial!</description>
		<content:encoded><![CDATA[<p>Nice tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patricia</title>
		<link>http://www.csstutorial.net/2010/02/creating-a-basic-2-column-center-aligned-fixed-width-layout-with-css/comment-page-1/#comment-17</link>
		<dc:creator>Patricia</dc:creator>
		<pubDate>Sat, 27 Feb 2010 17:10:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=463#comment-17</guid>
		<description>This is THE tutorial I have been looking for.  So easy to understand and it explains WHY things work. CSS Layouts have been difficult for me because basically I&#039;m an &#039;old dog&#039; who doesn&#039;t like to learn new tricks. Thanks so much for posting.</description>
		<content:encoded><![CDATA[<p>This is THE tutorial I have been looking for.  So easy to understand and it explains WHY things work. CSS Layouts have been difficult for me because basically I&#8217;m an &#8216;old dog&#8217; who doesn&#8217;t like to learn new tricks. Thanks so much for posting.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
