<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012949" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012949</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/browser-problems#comment-1075170</link>
    <description> &lt;p&gt;Many thanks for the info re the HTML validator.&lt;/p&gt;
&lt;p&gt;I worked out what the problem was - the validators&lt;br /&gt;
didn&#039;t pick it up but showed up some other things&lt;br /&gt;
which pointed to it in the end.&lt;/p&gt;
&lt;p&gt;All the other things that you mentioned have now also&lt;br /&gt;
been resolved and quite a few that Netmechanic didn&#039;t&lt;br /&gt;
pick up either. I will recommend htmlvalidator from&lt;br /&gt;
now on &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;thanks again for all your help.&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;
 </description>
     <pubDate>Tue, 05 Dec 2000 15:31:39 +0000</pubDate>
 <dc:creator>myriad</dc:creator>
 <guid isPermaLink="false">comment 1075170 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Second time through...</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/browser-problems#comment-1075094</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.htmlvalidator.com&quot; class=&quot;bb-url&quot;&gt;http://www.htmlvalidator.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://validator.w3.org&quot; class=&quot;bb-url&quot;&gt;http://validator.w3.org&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Try a real validator.  Fix the problems that are there first.  When they are resolved, and the code is valid, if you still have an issue, we can troubleshoot then.&lt;/p&gt;
&lt;p&gt;I&#039;m quite serious.  Asking for more help at this point is asking people to deal with crap they don&#039;t need to see.  Clean it up and then try again.&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Dec 2000 20:13:16 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1075094 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/browser-problems#comment-1075066</link>
    <description> &lt;p&gt;Suzanne,&lt;/p&gt;
&lt;p&gt;Thanks for the points - I know about 1 &amp;amp; 2 - I forgot&lt;br /&gt;
to change them back after moving them around and testing&lt;br /&gt;
again. I&#039;ll move them back again.&lt;/p&gt;
&lt;p&gt;I&#039;ll check the alt tags/colour thing.&lt;/p&gt;
&lt;p&gt;Number 5 would be the only thing that I would&lt;br /&gt;
think would cause the problem that i&#039;m getting&lt;br /&gt;
- what do you think?&lt;/p&gt;
&lt;p&gt;BTW the Netmechanics validator didn&#039;t pick up any&lt;br /&gt;
of the points apart from no.5 - although as I say&lt;br /&gt;
1 &amp;amp; 2 were because I forgot to change things back again.&lt;/p&gt;
&lt;p&gt;Thanks again for your help and more ideas anyone?&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Dec 2000 08:58:59 +0000</pubDate>
 <dc:creator>myriad</dc:creator>
 <guid isPermaLink="false">comment 1075066 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/browser-problems#comment-1075050</link>
    <description> &lt;p&gt;Quick tip - edit a copy of the code and globally change all the table border=0 to border=1.  Then take a look at where your table rows and cells actually are.&lt;/p&gt;
&lt;p&gt;It is pretty weird that it renders OK with an obvious &#039;missing&#039; something:)&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Dec 2000 03:53:14 +0000</pubDate>
 <dc:creator>AndyB</dc:creator>
 <guid isPermaLink="false">comment 1075050 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>so the validators didn&#039;t show you this?!!</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/browser-problems#comment-1075047</link>
    <description> &lt;p&gt;1.  you have JavaScript between tags (must be in the HEAD or at least within the HTML tags)&lt;br /&gt;
2.  you have the HEAD *before* the HTML (which means it&#039;s so invalid, I surprised IE renders it.  Even Netscape 6 just crashed.)&lt;br /&gt;
3.  you have hex values for bgcolors without using the # in front of them (#000000, not 000000)&lt;br /&gt;
4.  you have no alt attributes in your IMG tags&lt;br /&gt;
5.  you have the FORM tag directly after a TABLE tag (no TR, no TD), which is *again*, a SERIOUS nesting error.&lt;br /&gt;
6.  &quot;&lt;A&gt;email()&quot;onMouseOver=&quot;wind&quot; -- you are missing a space&lt;br /&gt;
7.  some comments aren&#039;t closed (probably from your generator, from the looks of them).&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I can&#039;t say any more because my validator quit because there were too many errors to continue.&lt;/p&gt;
&lt;p&gt;I really, really, really recommend you fix your code.  At the very least, learn the proper HTML structure:&lt;/p&gt;
&lt;p&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;JavaScript should go in the HEAD tag so it can be used throughout the page.  It can also be used for singular instances within the BODY tag.  It shouldn&#039;t be outside the HTML tags *ever*.&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Dec 2000 03:46:56 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1075047 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
