I have a website with that header in the pages :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
When testing pages on a computer which is internet connected, everything is fine.
When testing the same page without internet connection, the page design is rendered awfully !!!
How may I set the doctype to let the browser know what kind of doctype my pages are made for, and be able to see the pages well on a non-connected computer ?
Believe it or not, it was because of the following HTML comment style that was put in different places in the HTML file :