<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1025035" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1025035</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-layout-wo-tables#comment-1152603</link>
    <description> &lt;p&gt;Thanks y&#039;all.  I wanted to follow up with &lt;a href=&quot;http://www.mikesussman.com/storm3.html&quot; class=&quot;bb-url&quot;&gt;how I finally solved it&lt;/a&gt; incase it can help anybody else in the future.  I tried float and absolute-positioning and both worked but with snags.  Finally I decided that rather than trying to move the main content, I could float-left the navigation menu.  &lt;/p&gt;
&lt;p&gt;&lt;code&gt;#navigation {float: left; padding-right: 10px}&lt;/code&gt;&#039;&lt;br /&gt;
That worked beautifly.  Thanks for the help that led me to the right functions to be trying out. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt; &lt;/p&gt;
&lt;p&gt;P.S.  That was the first time I ever used &quot;id&quot; instead of &quot;class&quot;    &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 03 Jun 2004 15:43:40 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1152603 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-layout-wo-tables#comment-1152588</link>
    <description> &lt;p&gt;use a div, so it would look like this:&lt;code&gt;&amp;lt;div class=&amp;quot;main&amp;quot;&amp;gt;This is the body text of my page..blah blargh blah&amp;lt;/div&amp;gt;&lt;/code&gt;and the CSS would be something like&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;div.main {&lt;br /&gt;float: right;&lt;br /&gt;width: 70%;&lt;br /&gt;height: 100%;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Adding all the necessary tags, like you would for tables, in the div class&lt;/p&gt;
 </description>
     <pubDate>Thu, 03 Jun 2004 13:51:09 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1152588 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-layout-wo-tables#comment-1152566</link>
    <description> &lt;p&gt;Mike, you need to have all that text in an element. No naked text in the  element. And close all your tags.&lt;/p&gt;
&lt;p&gt;Run it through the validator, then try styling it. It works FAR better on valid code, and the best code has all the tags closed.&lt;/p&gt;
 </description>
     <pubDate>Wed, 02 Jun 2004 23:52:15 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1152566 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-layout-wo-tables#comment-1152563</link>
    <description> &lt;p&gt;You need to use CSS float:&lt;/p&gt;
&lt;p&gt;That will make your tables align left or right. &lt;/p&gt;
&lt;p&gt;I did my site with divs and CSS and let me tell you...its is NOT fun...I eventually went back to tables because I was tweaking for over a week, and with tables it took me all of 3 hours to get it exactly the way I needed it.&lt;/p&gt;
&lt;p&gt;Float your menu and the content SHOULD move next to it...I didn&#039;t view the source so it might not do anything.&lt;/p&gt;
 </description>
     <pubDate>Wed, 02 Jun 2004 23:26:58 +0000</pubDate>
 <dc:creator>ShaneS</dc:creator>
 <guid isPermaLink="false">comment 1152563 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
