<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019784" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019784</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/commenting-out-css#comment-1119785</link>
    <description> &lt;p&gt;Also, convention because of the &amp;lt;script&amp;gt; convention. Sort of a &quot;better safe than sorry&quot; paranoia. &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>Tue, 26 Nov 2002 00:55:56 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1119785 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/commenting-out-css#comment-1119759</link>
    <description> &lt;p&gt;I think it&#039;s to do with the &amp;lt;?xml tag&lt;/p&gt;
&lt;p&gt;the HTML comments &quot;&quot; were/are needed for version 3 browsers and below I believe, I guess they&#039;d ignore the  tag and try read the contents of it causing a big mess&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Nov 2002 21:25:56 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1119759 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/commenting-out-css#comment-1119747</link>
    <description> &lt;p&gt;Why do I see them all over the place? Was this at one time necessary, or ... ?&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Nov 2002 19:58:36 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1119747 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/commenting-out-css#comment-1119742</link>
    <description> &lt;p&gt;Mark, if you are able, it&#039;s highly recommended to use external or global stylesheets. When you need to use a local stylesheet, this is the way to do it:&lt;/p&gt;
&lt;p&gt;body {background-color: #fff; }&lt;/p&gt;
&lt;p&gt;Comments really aren&#039;t needed at all.&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Nov 2002 18:51:08 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1119742 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/commenting-out-css#comment-1119741</link>
    <description> &lt;p&gt;I don&#039;t understant the quote in my first post.  Specifically this part:&lt;br /&gt;
&quot;Note that XML parsers are permitted to silently remove the contents of comments.&quot;&lt;/p&gt;
&lt;p&gt;Does that mean this shouldn&#039;t be done:&lt;/p&gt;
&lt;p&gt;Busy, why would you use  tag?  When would there be any &amp;lt; or &amp;amp; to parse?&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Nov 2002 17:42:31 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1119741 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/commenting-out-css#comment-1119676</link>
    <description> &lt;p&gt;found this you may find interesting, have never used it&lt;/p&gt;
&lt;p&gt;(XHTML and Javascript)&lt;/p&gt;
&lt;p&gt;If you are using internal scripts, enclose it within the starting tag . This will mark it as unparsed character data. Otherwise characters like &amp;amp; and &amp;lt; will be treated as start of character entities (like &amp;amp;nbsp;) and tags (like ) respectively.&lt;br /&gt;
Example for XHTML Javascript:&lt;br /&gt;
&amp;lt;script type=&quot;text/javascript&quot; language=&quot;Javascript&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;//--&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;(XHTML and CSS)&lt;/p&gt;
&lt;p&gt;Enclose internal style definitions within the starting tag  to mark it as unparsed character data.&lt;br /&gt;
Example: &lt;/p&gt;
&lt;p&gt;Otherwise the &amp;amp; and &amp;lt; characters will be treated as start of character entities (like &amp;amp;nbsp;) and tags (like ) respectively.&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Nov 2002 01:44:37 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1119676 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/commenting-out-css#comment-1119639</link>
    <description> &lt;p&gt;If you use  in your documents, just don&#039;t use the comments. &lt;/p&gt;
&lt;p&gt;Browsers lower than N4.x and IE4 (or is it 3) will not recognize the tag and will ignore it. &lt;/p&gt;
&lt;p&gt;The only issue with &quot;choking&quot; is when it knows that it is CSS, but has a hissy fit on the declarations themselves. In general, font-color, font-family, et cetera, background-color (and -image, et cetera) are fine in any browser that understands CSS. You&#039;ll want to keep padding/borders/margins from N4.x in some combinations. &lt;/p&gt;
&lt;p&gt;hth,&lt;/p&gt;
&lt;p&gt;&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; S&lt;/p&gt;
 </description>
     <pubDate>Sun, 24 Nov 2002 16:53:14 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1119639 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/commenting-out-css#comment-1119618</link>
    <description> &lt;p&gt;As a rule I try not to use comments in .css files, if I do it&#039;s /* comment */&lt;/p&gt;
&lt;p&gt;as to which browsers choke on CSS, they all can if done the right way &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;
 </description>
     <pubDate>Sun, 24 Nov 2002 09:33:51 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1119618 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
