<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Horizontally Center Your Website Structure Using&#160;CSS</title> <atom:link href="http://davidwalsh.name/horizontally-center-website-structure-css/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/horizontally-center-website-structure-css</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 15:40:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: kevin</title><link>http://davidwalsh.name/horizontally-center-website-structure-css/comment-page-1#comment-28346</link> <dc:creator>kevin</dc:creator> <pubDate>Mon, 02 Jan 2012 19:14:32 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/horizontally-center-website-structure-css/#comment-28346</guid> <description>Awesome!! Tried a lot of complex stuff which ended up with no results.. This worked perfect!! Thank You :)</description> <content:encoded><![CDATA[<p>Awesome!! Tried a lot of complex stuff which ended up with no results.. This worked perfect!! Thank You :)</p> ]]></content:encoded> </item> <item><title>By: Kyle</title><link>http://davidwalsh.name/horizontally-center-website-structure-css/comment-page-1#comment-28345</link> <dc:creator>Kyle</dc:creator> <pubDate>Mon, 02 Jan 2012 19:14:07 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/horizontally-center-website-structure-css/#comment-28345</guid> <description>So i understand the code for centering and it works... unless I put a second ap div box inside of the centering div box.  for exampleand in &#039;div1&#039; I have formatting coordinates.  but then the div1 doesn&#039;t respond to the wrap div.  Why isn&#039;t this working for me?Thanks in advance</description> <content:encoded><![CDATA[<p>So i understand the code for centering and it works&#8230; unless I put a second ap div box inside of the centering div box.  for example</p><p>and in &#8216;div1&#8242; I have formatting coordinates.  but then the div1 doesn&#8217;t respond to the wrap div.  Why isn&#8217;t this working for me?</p><p>Thanks in advance</p> ]]></content:encoded> </item> <item><title>By: Alison Yochum</title><link>http://davidwalsh.name/horizontally-center-website-structure-css/comment-page-1#comment-27442</link> <dc:creator>Alison Yochum</dc:creator> <pubDate>Thu, 03 Nov 2011 22:13:56 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/horizontally-center-website-structure-css/#comment-27442</guid> <description>Hi just wanted to give you a quick heads up and let you know a few of the pictures aren&#039;t loading correctly. I&#039;m not sure why but I think its a linking issue. I&#039;ve tried it in two different web browsers and both show the same outcome.</description> <content:encoded><![CDATA[<p>Hi just wanted to give you a quick heads up and let you know a few of the pictures aren&#8217;t loading correctly. I&#8217;m not sure why but I think its a linking issue. I&#8217;ve tried it in two different web browsers and both show the same outcome.</p> ]]></content:encoded> </item> <item><title>By: Ant</title><link>http://davidwalsh.name/horizontally-center-website-structure-css/comment-page-1#comment-26014</link> <dc:creator>Ant</dc:creator> <pubDate>Thu, 14 Jul 2011 13:41:36 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/horizontally-center-website-structure-css/#comment-26014</guid> <description>Not working!I tried to put in the code and it was going well till stage 2, but you give no indication where to place the code.. (I guess you assumed it&#039;s obvious)I&#039;ll keep looking</description> <content:encoded><![CDATA[<p>Not working!</p><p>I tried to put in the code and it was going well till stage 2, but you give no indication where to place the code.. (I guess you assumed it&#8217;s obvious)</p><p>I&#8217;ll keep looking</p> ]]></content:encoded> </item> <item><title>By: Oretha Brabham</title><link>http://davidwalsh.name/horizontally-center-website-structure-css/comment-page-1#comment-24477</link> <dc:creator>Oretha Brabham</dc:creator> <pubDate>Wed, 22 Jun 2011 03:30:49 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/horizontally-center-website-structure-css/#comment-24477</guid> <description>There are regularly changes on the web. I can’t predict which should transpire tomorrow. No crystal ball right here.</description> <content:encoded><![CDATA[<p>There are regularly changes on the web. I can’t predict which should transpire tomorrow. No crystal ball right here.</p> ]]></content:encoded> </item> <item><title>By: Aggelos</title><link>http://davidwalsh.name/horizontally-center-website-structure-css/comment-page-1#comment-23908</link> <dc:creator>Aggelos</dc:creator> <pubDate>Fri, 06 May 2011 19:32:31 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/horizontally-center-website-structure-css/#comment-23908</guid> <description>my suggestion is:/* your site here */in css:#center
{
position:absolute;
left:50%;
margin-left:-800px; /* here put the width of your site */
}cheers!</description> <content:encoded><![CDATA[<p>my suggestion is:</p><p>/* your site here */</p><p>in css:</p><p>#center<br
/> {<br
/> position:absolute;<br
/> left:50%;<br
/> margin-left:-800px; /* here put the width of your site */<br
/> }</p><p>cheers!</p> ]]></content:encoded> </item> <item><title>By: Pauline</title><link>http://davidwalsh.name/horizontally-center-website-structure-css/comment-page-1#comment-22997</link> <dc:creator>Pauline</dc:creator> <pubDate>Wed, 09 Mar 2011 06:35:29 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/horizontally-center-website-structure-css/#comment-22997</guid> <description>Many thanks, David.  The center trick works so well ... I have been searching for this and your post is great help.  Thanks again!</description> <content:encoded><![CDATA[<p>Many thanks, David.  The center trick works so well &#8230; I have been searching for this and your post is great help.  Thanks again!</p> ]]></content:encoded> </item> <item><title>By: willGann</title><link>http://davidwalsh.name/horizontally-center-website-structure-css/comment-page-1#comment-22963</link> <dc:creator>willGann</dc:creator> <pubDate>Sat, 05 Mar 2011 18:38:01 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/horizontally-center-website-structure-css/#comment-22963</guid> <description>wow I did wrap everything in code not code tags but it didn&#039;t show,
sorry folks, guess you need to more than HTML,CSS, or javaScript to post here.
I am not versed in PHP etc.
soo thanks all
bye now</description> <content:encoded><![CDATA[<p>wow I did wrap everything in code not code tags but it didn&#8217;t show,<br
/> sorry folks, guess you need to more than HTML,CSS, or javaScript to post here.<br
/> I am not versed in PHP etc.<br
/> soo thanks all<br
/> bye now</p> ]]></content:encoded> </item> <item><title>By: willGann</title><link>http://davidwalsh.name/horizontally-center-website-structure-css/comment-page-1#comment-22962</link> <dc:creator>willGann</dc:creator> <pubDate>Sat, 05 Mar 2011 18:27:18 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/horizontally-center-website-structure-css/#comment-22962</guid> <description>Your code above, DID NOT work with IE6 or Firefox.
I do like the old &lt;center&gt;&lt;/center&gt; but since it is dep&#039;d,
I am searching for the best way to do this with CSS.
Most sites are not accomplishing this.
Their stuff doesn&#039;t work.&lt;code&gt;is this centered?&lt;/code&gt;Code that does work, though it is alot, all I can find so far. It works with IE+ and Firefox.
&lt;code&gt;body {
text-align: center;}
#container {
width: 700px ;
margin-left: auto ;
margin-right: auto ;}words centered?&lt;/code&gt;</description> <content:encoded><![CDATA[<p>Your code above, DID NOT work with IE6 or Firefox.<br
/> I do like the old &lt;center&gt;&lt;/center&gt; but since it is dep&#8217;d,<br
/> I am searching for the best way to do this with CSS.<br
/> Most sites are not accomplishing this.<br
/> Their stuff doesn&#8217;t work.</p><p><code></p><p>is this centered?</p><p></code></p><p>Code that does work, though it is alot, all I can find so far. It works with IE+ and Firefox.<br
/> <code></p><p>body {<br
/> text-align: center;}<br
/> #container {<br
/> width: 700px ;<br
/> margin-left: auto ;<br
/> margin-right: auto ;}</p><p>words centered?</p><p></code></p> ]]></content:encoded> </item> <item><title>By: Demara</title><link>http://davidwalsh.name/horizontally-center-website-structure-css/comment-page-1#comment-22556</link> <dc:creator>Demara</dc:creator> <pubDate>Thu, 03 Feb 2011 21:52:31 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/horizontally-center-website-structure-css/#comment-22556</guid> <description>Hey, thanks for the css, it&#039;s working well. The only thing I&#039;m having trouble with is that the &quot;#wrap&quot; is about ten pixels from the top of the page and even if I specify &quot;top:0px&quot;; it won&#039;t start right at the top. I&#039;m sure it&#039;s a quick fix, but I can&#039;t figure it out - can you, or anyone else, help me with this?Thanks!
-Demara</description> <content:encoded><![CDATA[<p>Hey, thanks for the css, it&#8217;s working well. The only thing I&#8217;m having trouble with is that the &#8220;#wrap&#8221; is about ten pixels from the top of the page and even if I specify &#8220;top:0px&#8221;; it won&#8217;t start right at the top. I&#8217;m sure it&#8217;s a quick fix, but I can&#8217;t figure it out &#8211; can you, or anyone else, help me with this?</p><p>Thanks!<br
/> -Demara</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 2/19 queries in 0.017 seconds using disk: basic
Object Caching 865/870 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 12:03:06 -->
