<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1035251" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1035251</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-css-0#comment-1204802</link>
    <description> &lt;p&gt;This should work.&lt;/p&gt;
&lt;p&gt;I hope this helps.&lt;/p&gt;
&lt;p&gt;Johnny&lt;/p&gt;
&lt;p&gt;[edit]&lt;br /&gt;
Sorry, didn&#039;t see the post with this info already. &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;br /&gt;
[/edit]&lt;/p&gt;
 </description>
     <pubDate>Thu, 27 Jul 2006 02:30:01 +0000</pubDate>
 <dc:creator>phiber</dc:creator>
 <guid isPermaLink="false">comment 1204802 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-css-0#comment-1204797</link>
    <description> &lt;p&gt;Yeah, &#039;display: inline&#039; does not work for DIVs. Here&#039;s some sample code that you could use to do it.&lt;/p&gt;
&lt;p&gt;The HTML:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div class=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;p&amp;gt;Here&amp;#039;s some text...&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div class=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt; &amp;lt;p&amp;gt;Here&amp;#039;s some more text...&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;The CSS:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;div.left {&lt;br /&gt;float: left;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;These would float side by side. You could set one to &#039;float: right&#039; but this would achieve the same effect by setting an appropriate width and margin. &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, 27 Jul 2006 01:50:49 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1204797 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-css-0#comment-1204783</link>
    <description> &lt;p&gt;you need to float left and right....&lt;/p&gt;
&lt;p&gt;#div&lt;br /&gt;
{&lt;br /&gt;
   float: left;&lt;br /&gt;
}&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Jul 2006 19:50:51 +0000</pubDate>
 <dc:creator>benf</dc:creator>
 <guid isPermaLink="false">comment 1204783 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-css-0#comment-1204748</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.mandarindesign.com/boxes.html&quot; class=&quot;bb-url&quot;&gt;http://www.mandarindesign.com/boxes.html&lt;/a&gt; isn&#039;t to bad for some css.&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 Jul 2006 04:22:05 +0000</pubDate>
 <dc:creator>Titanic Dreams</dc:creator>
 <guid isPermaLink="false">comment 1204748 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-css-0#comment-1204196</link>
    <description> &lt;p&gt;This might help you, take a look.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://alistapart.com/articles/practicalcss/&quot; class=&quot;bb-url&quot;&gt;alistapart.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Jul 2006 23:01:35 +0000</pubDate>
 <dc:creator>steve40</dc:creator>
 <guid isPermaLink="false">comment 1204196 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-css-0#comment-1204194</link>
    <description> &lt;p&gt;Can anyone give me a link for a good tutorial about inline with div tags. Thanks&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Jul 2006 22:40:31 +0000</pubDate>
 <dc:creator>webguy84</dc:creator>
 <guid isPermaLink="false">comment 1204194 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-css-0#comment-1204190</link>
    <description> &lt;p&gt;is a block level element, which means it will automatically create a space. You can send one right, and the other left, then line them up with margining. But that&#039;s the best you can do as far as I know. &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;
&lt;p&gt;Of course I am not the foremost expert on this sort of thing.&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Jul 2006 19:29:20 +0000</pubDate>
 <dc:creator>steve40</dc:creator>
 <guid isPermaLink="false">comment 1204190 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-css-0#comment-1204188</link>
    <description> &lt;p&gt;To get any two tags in line, use the &#039;display&#039; selector.&lt;/p&gt;
&lt;p&gt;You would have something like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;div#div1 {&lt;br /&gt;display: inline;&lt;br /&gt;...(other properties)...&lt;br /&gt;}&lt;br /&gt;div#div2 {&lt;br /&gt;display: inline;&lt;br /&gt;...(other properties)...&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Now that I think about it, I&#039;m not 100% sure if it works for DIVs, but it does work for tags like P, LI, etc...&lt;/p&gt;
 </description>
     <pubDate>Sat, 15 Jul 2006 19:25:23 +0000</pubDate>
 <dc:creator>mscreashuns</dc:creator>
 <guid isPermaLink="false">comment 1204188 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
