<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1040187" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1040187</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/page-and-background-not-centering#comment-1226681</link>
    <description> &lt;p&gt;Thanks Roo and Calculator!&lt;/p&gt;
&lt;p&gt;Your suggestions worked!!!! And thanks for the explanation as to the &quot;why&quot; - as I&#039;m really trying to understand this the best I can. Your taking the time to offer your advice has really helped.&lt;/p&gt;
&lt;p&gt;Thanks!!!!&lt;/p&gt;
 </description>
     <pubDate>Sun, 25 Nov 2007 13:38:22 +0000</pubDate>
 <dc:creator>ncriptide</dc:creator>
 <guid isPermaLink="false">comment 1226681 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/page-and-background-not-centering#comment-1226672</link>
    <description> &lt;p&gt;To center a site in ie5 and ie6 you need: text-align:center on the body and then text-align: left on the wrapper. In addition to what Roo said your code then becomes (i also used CSS shorthand):&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;body {&lt;br /&gt;background:#030;&lt;br /&gt;font:1em Palantino &amp;quot;Times New Roman&amp;quot;, Times, serif;&lt;br /&gt;text-align:center;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#wrapper {&lt;br /&gt;background:#B86401 url(../images/bkgnd.jpg) 50% 0 no-repeat;&lt;br /&gt;width: 850px;&lt;br /&gt;margin: 25px auto;&lt;br /&gt;padding:25px 0;&lt;br /&gt;text-align:left&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
background:#B86401 url(&quot;/images/bkgnd.jpg&quot;) 50% 0 no-repeat; explained in details.&lt;br /&gt;
&lt;strong&gt;#B86401:&lt;/strong&gt; is an orangy colour like you background. This makes it more seemless when the background appears. You may need to add a green colour to #main and #header it the orange goes behind those as well.&lt;br /&gt;
&lt;strong&gt;url(&quot;/images/bkgnd.jpg&quot;)&lt;/strong&gt; I would always use / to start paths (even links) that way you don&#039;t have to cont how many folders deep you are.&lt;br /&gt;
&lt;strong&gt;50% 0&lt;/strong&gt; is the position of your background can also be written as centred top&lt;br /&gt;
&lt;strong&gt;no-repeat&lt;/strong&gt; or repeat-y if your page is likely to be longer than the background&lt;/p&gt;
&lt;p&gt;You may also want to turn any of your background images into jpg instead of gifs. You should shave around 100K in file size on the orange thing.&lt;/p&gt;
 </description>
     <pubDate>Sat, 24 Nov 2007 23:49:06 +0000</pubDate>
 <dc:creator>calculator</dc:creator>
 <guid isPermaLink="false">comment 1226672 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/page-and-background-not-centering#comment-1226671</link>
    <description> &lt;p&gt;Add this:&lt;br /&gt;
background-position: center;&lt;/p&gt;
 </description>
     <pubDate>Sat, 24 Nov 2007 22:59:50 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1226671 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
