Perhaps I should just start writing my webpages entirely as valid HTML3 or HTML4, and use the validator scripts for those version... I don't use any of the new HTML5 tags, anyway...
@aescling There's a reason why I bothered to write <H2><A NAME="postscript">PostScript</A></H2> even though <H2 ID="postscript">PostScript</H2> would have been much less typing
@aescling There's a reason why I bothered to write
<H2><A NAME="postscript">PostScript</A></H2>
even though<H2 ID="postscript">PostScript</H2>
would have been much less typing