We have a site on which we have begun validation corrections and the very first error has us stumped. Using the W3C validator we get: This page is not Valid (no Doctype found)!
The validation output error is: Line 1, Column 0: end of document in prolog .
The website is here:
http://www.hibias.com/index.php
Naturally, it does in fact have a valid DOCTYPE declaration, but the problem persists.
We copied the source code from our browser and created an index.html page - exactly the same code, however it does not produce the above errors.
Any help and insight would be greatly appreciated.
Sonia