<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017979" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017979</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/works-ie-and-netscape-6-not-netscape-4#comment-1105328</link>
    <description> &lt;p&gt;*sigh*&lt;/p&gt;
&lt;p&gt;px is &lt;strong&gt;&lt;em&gt;only for CSS&lt;/em&gt;&lt;/strong&gt;. It is not a valid value for ANY HTML attribute save for &lt;strong&gt;style=&quot;&quot;&lt;/strong&gt;, which is inline CSS.&lt;/p&gt;
&lt;p&gt;FONT tags are deprecated, it&#039;s better not to use invalid markup in the first place. If you&#039;re going to use CSS, use it correctly.&lt;/p&gt;
 </description>
     <pubDate>Sat, 23 Mar 2002 01:32:40 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1105328 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/works-ie-and-netscape-6-not-netscape-4#comment-1105310</link>
    <description> &lt;p&gt;Well, don&#039;t post incorrect code then, it&#039;s just going to confuse people.&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Mar 2002 16:10:23 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1105310 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/works-ie-and-netscape-6-not-netscape-4#comment-1105307</link>
    <description> &lt;p&gt;No. HTML doesn&#039;t do that with font. I was trying to stress the point to use better cross-browser formating style code.&lt;/p&gt;
&lt;p&gt;I don&#039;t know what 1lit&#039;s site looks like with NS4 since I don&#039;t have it. But if it has anything to do with graphics looking spread out or jumbled, then this could be one of the solutions.&lt;/p&gt;
&lt;p&gt;Then again, I could be wrong. I just know it has happened to me before and this is how I solved it. It&#039;s how I also learned from my mistake.&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Mar 2002 14:54:13 +0000</pubDate>
 <dc:creator>theprofessional</dc:creator>
 <guid isPermaLink="false">comment 1105307 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/works-ie-and-netscape-6-not-netscape-4#comment-1105301</link>
    <description> &lt;p&gt;Interesting... I have never seen font sizes done like that. In CSS, yes, but not size= attribute tags for regular HTML. Does this work?  If I used that tag you showed above would it show as 1 px rather than the HTML size 1?&lt;/p&gt;
&lt;p&gt;Problems with things not showing up at all in NS are usually because you haven&#039;t closed your table tags properly.&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Mar 2002 14:35:13 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1105301 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/works-ie-and-netscape-6-not-netscape-4#comment-1105300</link>
    <description> &lt;p&gt;Most of the places where size is indicated (size=&quot;3&quot;) you should specify the type of size (size=&quot;3px&quot;). I&#039;m not sure exactly what all must be done this way, like cellpadding=&quot;5px&quot;, although I do know that CSS is pretty strict about this and is better to use.&lt;/p&gt;
&lt;p&gt;i.e.&lt;br /&gt;
TEXT&lt;br /&gt;
Better to use:&lt;br /&gt;
TEXT&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Mar 2002 14:32:01 +0000</pubDate>
 <dc:creator>theprofessional</dc:creator>
 <guid isPermaLink="false">comment 1105300 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/works-ie-and-netscape-6-not-netscape-4#comment-1105278</link>
    <description> &lt;p&gt;Close your table tags, and yes, as Sonia said, clean up that code. You don&#039;t want to submit something with that many glaring errors in it. &lt;/p&gt;
&lt;p&gt;Any empty table tags should have something in them (didn&#039;t look for empty ones) as well.&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Mar 2002 05:44:26 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1105278 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/works-ie-and-netscape-6-not-netscape-4#comment-1105277</link>
    <description> &lt;p&gt;First of all, on the first page, you need to move your DOCTYPE above the  tags. It should always be the first thing on the page. I don&#039;t have NS so I can&#039;t help you with specifics but if you would try validating your pages it may help you find your problem. You do have several mistakes in your code. &lt;/p&gt;
&lt;p&gt;Make sure that your tags are in the proper order. You have some of your closing  tags outside of your  tags. And some of your linked image tags are improper as well. It should look like this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;DOCTYPE----blah blah&amp;gt;&lt;br /&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;title goes here&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;meta tags go here&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;table&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&amp;lt;font&amp;gt;HELLO&amp;lt;/font&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&amp;lt;a href=&amp;quot;http://www.whatever&amp;gt;&amp;lt;img src=&amp;quot;whatever.gif&amp;quot;&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
I have never paid for submission but I would think that everything should be tip top before doing so.&lt;/p&gt;
&lt;p&gt;Once you get your DOCTYPE in place you can go to &lt;a href=&quot;http://validator.w3.org/&quot; class=&quot;bb-url&quot;&gt;http://validator.w3.org/&lt;/a&gt; and validate your pages. Or you can go to &lt;a href=&quot;http://www.netmechanic.com&quot; class=&quot;bb-url&quot;&gt;netmechanic.com&lt;/a&gt; and use their free HTML check.&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Mar 2002 04:42:33 +0000</pubDate>
 <dc:creator>disaster-master</dc:creator>
 <guid isPermaLink="false">comment 1105277 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
