<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014105" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014105</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/inline-css#comment-1081681</link>
    <description> &lt;p&gt;I understand now, thanks.&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Apr 2001 18:02:29 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1081681 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>External Style Sheet</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/inline-css#comment-1081680</link>
    <description> &lt;p&gt;artsapimp,&lt;/p&gt;
&lt;p&gt;What he means is (I Think) that when you use an external style sheet,  that in the .css file comment tags are not required because if the browser doesn&#039;t read CSS it will disregard the style sheet link totally .  And the comment tags only use is to hide the code from old browsers but if old browser  ignore the link it is not necessary to hide the code.&lt;/p&gt;
&lt;p&gt;Hope that Helped&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Apr 2001 17:40:04 +0000</pubDate>
 <dc:creator>caislander</dc:creator>
 <guid isPermaLink="false">comment 1081680 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/inline-css#comment-1081675</link>
    <description> &lt;p&gt;Thank you very much for your help.  I will make those changes and I&#039;m sure they will work.&lt;/p&gt;
&lt;p&gt;I don&#039;t really understand what you mean by &quot;since it&#039;s a external sheet the style and comment tags aren&#039;t needed at all&quot;.  Please help me understand what you&#039;re meaning by that.&lt;/p&gt;
&lt;p&gt;I am using class=&#039;&#039; instead of style=&#039;&#039; if that&#039;s what you mean.  I don&#039;t know where I&#039;m using comment tags though.&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Apr 2001 16:54:52 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1081675 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/inline-css#comment-1081637</link>
    <description> &lt;p&gt;Well, since you provided the text of the external style sheet we really didn&#039;t need to look at the page code to see &lt;em&gt;how&lt;/em&gt; you called it, but since it&#039;s a external sheet the style and comment tags aren&#039;t needed at all. &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;Netscape doesn&#039;t inherit styles from the body into tables just like it doesn&#039;t inherit font tags etc. from the body into a table. You could probably solve 90% of your problem by adding the font-family to your td style, especially since you aren&#039;t using any other container tags in your table cells.&lt;/p&gt;
&lt;p&gt;hth&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Apr 2001 04:02:18 +0000</pubDate>
 <dc:creator>Bimjo</dc:creator>
 <guid isPermaLink="false">comment 1081637 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/inline-css#comment-1081636</link>
    <description> &lt;p&gt;If you took the time to view the page and the source you would see the css is an external stylesheet which is linked with...&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;link rel=&amp;quot;Stylesheet&amp;quot; type=&amp;quot;text/css&amp;quot; href=&amp;quot;style.css&amp;quot;&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
The type is declared...&lt;/p&gt;
&lt;p&gt;The font size of 2 and 4 both work with netscape and opera, which is why I didn&#039;t ask about that.&lt;/p&gt;
&lt;p&gt;Declaring the font style in each class is something I didn&#039;t do, which is probably the answer I was asking for to begin with.&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Apr 2001 02:57:55 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1081636 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Errors</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/inline-css#comment-1081632</link>
    <description> &lt;p&gt;type=&quot;text/css&quot;&amp;gt; first of all.  Without it, Netscape and Opera will not see it as it should be.&lt;/p&gt;
&lt;p&gt;Secondly, you haven&#039;t bothered to validate it (though I gave you the link in the address above) or you would know that you are missing background-color declarations for all bits with color declarations and v.v.&lt;/p&gt;
&lt;p&gt;Thirdly: &lt;/p&gt;
&lt;p&gt;- anything below 9px or 9pt is illegible, so all the 2px and 4px font-sizes are effectively useless.&lt;br /&gt;
- no generic font family (serif, sans-serif, decorative, et cetera)&lt;br /&gt;
- you don&#039;t have the font-family declared for most of the classes (Netscape 4.x will ignore body font after some elements, which you would know if you looked at the MasterGrid I also referred you to)&lt;/p&gt;
&lt;p&gt;If you had taken the time to look through the resources I pointed you to, you would have found most of the errors yourself.&lt;/p&gt;
&lt;p&gt;For HTML validation, you can also use the w3c HTML validator (and XML) or you can get the free version of &lt;a href=&quot;http://www.htmlvalidator.com&quot; class=&quot;bb-url&quot;&gt;htmlvalidator.com&lt;/a&gt; (lite), which would have pointed out the error in the style tag.&lt;/p&gt;
&lt;p&gt;I sincerely hope this helps, and I also hope that you take the time to read through the suggestions in responses -- it will help you learn how to troubleshoot this sort of problem yourself, which means you&#039;ll have the solution faster.&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
 </description>
     <pubDate>Mon, 23 Apr 2001 00:25:49 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1081632 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/inline-css#comment-1081612</link>
    <description> &lt;p&gt;The site I&#039;m referring to is &lt;a href=&quot;http://www.absoluteweb.com.&quot; class=&quot;bb-url&quot;&gt;http://www.absoluteweb.com.&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The style.css page looks like this...&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;style&amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;	body		{background-color: #000066; font-family: arial, verdana; font-size: 16px;}&lt;br /&gt;	td		{font-size: 12px;}&lt;br /&gt;	.MenuTable	{background-color: #ddddcc;}&lt;br /&gt;	.TopTable	{background-color: #660000;}&lt;br /&gt;	.Table		{background-color: #ddddcc;}&lt;br /&gt;	.SideTable	{background-color: #ddddcc;}&lt;br /&gt;	.LeftTable	{background-color: #000066;}&lt;br /&gt;	.RightTable	{background-color: #000066;}&lt;br /&gt;	.Back		{background-color: #ddddcc;}&lt;br /&gt;	.Tan		{background-color: #ddddcc; font-size: 2px;}&lt;br /&gt;	.RightHeader	{color: #ddddcc; font-size: 14px; font-weight: bold;}&lt;br /&gt;	.InlineHeader	{color: #000066; font-weight: bold;}&lt;br /&gt;	.MedFont	{font-size: 12px;}&lt;br /&gt;	.SmallFont	{font-size: 10px;}&lt;br /&gt;	.Copyright	{font-size: 10px; color: #dddddd;}&lt;br /&gt;	a		{color: #660000;}&lt;br /&gt;	a:Hover		{color: #000066;}&lt;br /&gt;	a.Menu		{background-color: #ddddcc; color: #000066; text-decoration: none; font-size: 12px;}&lt;br /&gt;	a.Menu:Hover	{background-color: #000066; color: #ddddcc;}&lt;br /&gt;	a.Small		{font-size: 10px;}&lt;br /&gt;	.SmallLine	{font-size: 2px;}&lt;br /&gt;	.BigLine	{font-size: 4px; background-color: #660000;}&lt;br /&gt;	.form		{font-family: arial, verdana; font-size: 14px;}&lt;br /&gt;	.LoginForm	{font-family: arial, verdana; background-color: #ccccbb; color: #000066; border: #660000 2px solid; font-size: 12px;}&lt;br /&gt;--&amp;gt;&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;The text on a Netscape browser is Times New Roman... why?&lt;/p&gt;
 </description>
     <pubDate>Sun, 22 Apr 2001 16:38:17 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1081612 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I&#039;m with Caisland on this one</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/inline-css#comment-1081545</link>
    <description> &lt;p&gt;You have some wickedly bad information if you think that Netscape 4.x doesn&#039;t support classes and ID.&lt;/p&gt;
&lt;p&gt;If you aren&#039;t comfortable posting a url, then perhaps you can validate your CSS at the w3c ( &lt;a href=&quot;http://jigsaw.w3.org/css-validator/&quot; class=&quot;bb-url&quot;&gt;http://jigsaw.w3.org/css-validator/&lt;/a&gt; ) or invest in a CSS program like Top Style ( &lt;a href=&quot;http://www.bradbury.com&quot; class=&quot;bb-url&quot;&gt;bradbury.com&lt;/a&gt; ) or StyleMaster ( &lt;a href=&quot;http://www.westciv.com.au/style_master/&quot; class=&quot;bb-url&quot;&gt;http://www.westciv.com.au/style_master/&lt;/a&gt; ) that has validation and help files in it.&lt;/p&gt;
&lt;p&gt;Additionally, the master grid at &lt;a href=&quot;http://www.webreview.com/style/css1/charts/mastergrid.shtml&quot; class=&quot;bb-url&quot;&gt;http://www.webreview.com/style/css1/charts/mastergrid.shtml&lt;/a&gt; should help you debunk whoever is telling you the wrong information -- it&#039;s a comprehensive look at what is supported, what isn&#039;t supported, what is just buggy, et cetera, with notes, for all the available public browsers (Netscape, IE, Opera, including Mac versions where available).&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; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Apr 2001 23:35:30 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1081545 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Bad Info I Think</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/inline-css#comment-1081534</link>
    <description> &lt;p&gt;artsapimp,&lt;/p&gt;
&lt;p&gt;While I agree that NS not supporting a:hover is annoying there are several workarounds one is of course images another is here &lt;a href=&quot;http://webreference.com/js/column4/workaround.html&quot; class=&quot;bb-url&quot;&gt;http://webreference.com/js/column4/workaround.html&lt;/a&gt;  .  As for NS not supporting classes that is not correct NS supports both the &lt;em&gt;class &amp;amp; ID&lt;/em&gt; statements.  So if you are having trouble with your font family post your code or a URL and someone will take a look for you.&lt;/p&gt;
&lt;p&gt;Later&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Apr 2001 15:40:19 +0000</pubDate>
 <dc:creator>caislander</dc:creator>
 <guid isPermaLink="false">comment 1081534 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/inline-css#comment-1081533</link>
    <description> &lt;p&gt;I know it&#039;s not supported by NN.  NN also doesn&#039;t use classes within CSS so my text which is verdana, arial in IE is showing up Times New Roman in NN.  If I use an inline stylesheet it will make the font verdana, arial in both but the a:hover doesn&#039;t work which is a major factor in the look of the navigation.  Does anyone know how to make the font the same in both and also make the a:hover work in IE?&lt;/p&gt;
 </description>
     <pubDate>Fri, 20 Apr 2001 15:09:19 +0000</pubDate>
 <dc:creator>artsapimp</dc:creator>
 <guid isPermaLink="false">comment 1081533 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
