<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1036850" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1036850</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-and-div-control#comment-1211849</link>
    <description> &lt;p&gt;Thanks again Conrad for your insight and help.&lt;br /&gt;
Thanks also to you, JeevesBond for your examples and explanation.&lt;/p&gt;
&lt;p&gt;I think I do understand more how the  CSS file operates independently&lt;br /&gt;
of the xhtml code. Apparently, my issue is with DreamWeaver, as Conrad pointed out&lt;br /&gt;
in a chat converstaion earlier today. I&#039;ve resolved to try to use text editors for code building,&lt;br /&gt;
and try to wean myself off of Dreamweaver MX 2004.. That may take some time! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Thanks again.. to you both&lt;br /&gt;
Rick (Shobuz99)&lt;/p&gt;
 </description>
     <pubDate>Tue, 12 Dec 2006 01:03:01 +0000</pubDate>
 <dc:creator>shobuz99</dc:creator>
 <guid isPermaLink="false">comment 1211849 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-and-div-control#comment-1211821</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;shobuz99 wrote:&lt;/strong&gt; I&#039;ve noticed that while editing in Dreamweaver, I must include independent files during upload, i.e. the CSS, so that the html updates properly... Why?&lt;/p&gt;
&lt;p&gt;Am I misunderstanding the function of the CSS?&lt;br /&gt;
Why is it necessary to have the CSS, if the div is already in the html?&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes it seems you are. &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;xhtml is the content. The text, and some containers to hold that text, e.g. [incode], [/incode] CSS is used to style those containers and that text. You use the names of those containers to apply different styles to different parts of your page. e.g. [incode]#page { background-color: #ccc; }[/incode]&lt;/p&gt;
&lt;p&gt;Best way to explain is by example, so have a look at: &lt;a href=&quot;http://www.csszengarden.com&quot; class=&quot;bb-url&quot;&gt;http://www.csszengarden.com&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;Look at the xhtml code of that site, then click on a different design from the list on the right. Look at the xhtml code again: you&#039;ll see that the only thing to have changed is the stylesheet, the xhtml content is all the same. The design is completely different though.&lt;/p&gt;
&lt;p&gt;This is the great thing about CSS and &lt;a href=&quot;http://www.blue-anvil.com/archives/guide-to-semantic-mark-up&quot; class=&quot;bb-url&quot;&gt;semantic markup&lt;/a&gt;, you keep the design and content seperate, if you need to change the design of your site: change the CSS! No need to mess around with the xhtml.&lt;/p&gt;
&lt;p&gt;Another advantage is that as the site style isn&#039;t in the xhtml, there&#039;s less code for Google to read to get to your content. The Googlebot loves clean code! &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>Mon, 11 Dec 2006 17:05:07 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1211821 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
