<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034341" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034341</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/bit-trouble-css#comment-1199503</link>
    <description> &lt;p&gt;Either add your background color to the div #headerbackground or create a new style like:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;html {&lt;br /&gt;background: #D9D9D9;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 May 2006 18:51:36 +0000</pubDate>
 <dc:creator>bgogol</dc:creator>
 <guid isPermaLink="false">comment 1199503 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/bit-trouble-css#comment-1199497</link>
    <description> &lt;p&gt;well, another problem just appeared. an ie-only bug (god, i hate ie). if you visit &lt;a href=&quot;http://www.inhive.com&quot; class=&quot;bb-url&quot;&gt;http://www.inhive.com&lt;/a&gt; with explorer, at the bottom of the page, you will see 2 white boxes which DON&#039;T appear in firefox, opera. any suggestions?&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 May 2006 14:21:39 +0000</pubDate>
 <dc:creator>aoreste</dc:creator>
 <guid isPermaLink="false">comment 1199497 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>got it</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/bit-trouble-css#comment-1199494</link>
    <description> &lt;p&gt;i figured it out. used relative positioning and pointed my text pixel to pixel. i tried it before but didn&#039;t work....but it&#039;s just fine now &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/confused.png&quot; title=&quot;Confused&quot; alt=&quot;Confused&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 May 2006 14:05:56 +0000</pubDate>
 <dc:creator>aoreste</dc:creator>
 <guid isPermaLink="false">comment 1199494 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/bit-trouble-css#comment-1199491</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://test.inhive.com/bla&quot; class=&quot;bb-url&quot;&gt;http://test.inhive.com/bla&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;just resize the window and see what happens with &quot;main&quot;&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 May 2006 12:35:40 +0000</pubDate>
 <dc:creator>aoreste</dc:creator>
 <guid isPermaLink="false">comment 1199491 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/bit-trouble-css#comment-1199486</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;aoreste wrote:&lt;/strong&gt; i want the text aligned to the left, but NOT to the left of the page, the left of the content area (which is centered).&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That&#039;s the problem, it&#039;s not centred. Even if it were centred the div&#039;s width is 100% so centring will have no effect.&lt;/p&gt;
&lt;p&gt;Is the below more what you&#039;re looking for?&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;body {&lt;br /&gt;font-family:Arial, Helvetica, sans-serif;&lt;br /&gt;font-size:10px;&lt;br /&gt;background-color:#D9D9D9;&lt;br /&gt;text-align: center&lt;br /&gt;	/*IE Hack*/&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#headerbackground {&lt;br /&gt;background:url(headerb.png) repeat-x;&lt;br /&gt;z-index:1;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#header {&lt;br /&gt;height:330px;&lt;br /&gt;background:url(header.png) no-repeat center ;&lt;br /&gt;z-index:100;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#footer {&lt;br /&gt;background:url(footer.png) no-repeat center ;&lt;br /&gt;height:133px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#main {&lt;br /&gt;background:url(body.png) repeat-y center;&lt;br /&gt;margin: 0 auto;&lt;br /&gt;width: 30em;&lt;br /&gt;text-align:left;&lt;br /&gt;}&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;I&#039;ve marked the bits in red that have been changed. Note that I&#039;ve added a width to your main and put the margin onto it too.&lt;/p&gt;
&lt;p&gt;As for the text with the header... I&#039;m confused! Could you explain exactly what you need (am easily confused) and maybe post a link to the page so we can see the images?&lt;/p&gt;
 </description>
     <pubDate>Thu, 11 May 2006 12:12:32 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1199486 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
