<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1045588" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1045588</link>
    <description></description>
    <language>en</language>
          <item>
    <title>I think you have to define a</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/happy-new-year-everyone-i-need-some-help-divs#comment-1246480</link>
    <description> &lt;p&gt;I think you have to define a width for each div and from expirence if using a percentage be sure to leave some extra space between them.&lt;/p&gt;
&lt;p&gt;example&lt;/p&gt;
&lt;p&gt;#divleft {&lt;br /&gt;
float:left;&lt;br /&gt;
width:30%;&lt;br /&gt;
}&lt;br /&gt;
#divright {&lt;br /&gt;
float right;&lt;br /&gt;
width:65%;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;However I prefer to align them both to the same side to eliminate or control the emptiness in the middle.  The css is like&lt;/p&gt;
&lt;pre&gt;
#leftdiv {
float:left;
width:30%;
}
#rightdiv {
float:left;
width:65%;
}
&lt;/pre&gt;&lt;p&gt;
And the HTML like this to get them in the correct spots&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;leftdiv&amp;quot;&amp;gt;&lt;br /&gt;Left div contents&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div id=&amp;quot;rightdiv&amp;quot;&amp;gt;&lt;br /&gt;Right div contents&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;/pre&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps&lt;/p&gt;
 </description>
     <pubDate>Sun, 03 Jan 2010 03:53:01 +0000</pubDate>
 <dc:creator>cmoyer</dc:creator>
 <guid isPermaLink="false">comment 1246480 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
