Hi. My script produces an HTML page that works in IE 5.0
Does not display correctly in Netscape and Opera.

Is there any software that I can use to scan the SourcePage of that HTML page to find missing HTML-tags etc...???

Best

    You could try the good old Mark 1 Eyeball 😉 Failing that though, upload your page to the W3C (X)HTML validator at http://validator.w3.org/file-upload.html. It'll quickly find the problem. This will work on static HTML documents only, though, so either save the HTML your script produces into an html file or upload it to the web and use their url parser (http://validator.w3.org/) instead.

      But is it not a standalone software that can do the same thing.

      Hopely for free :-)

      Best

        Check the links on the Validator About page (http://validator.w3.org/about.html). There are downloads there for free apps that do the same thing offline. HTML Tidy seems to be a good one. Hope this helps 🙂

          Write a Reply...