Problem with whitespace before doctype

后端 未结 8 1740
迷失自我
迷失自我 2021-01-19 00:45

I got some strange problem where i have 2 copies of same website in 2 different folders. In one of those 2 copies has whitespace before doctype declaration so i have problem

8条回答
  •  借酒劲吻你
    2021-01-19 01:23

    You don't say which browser you're having problems with. IE used to check the first few letters of the page for a doctype and, if it isn't one (such as whitespace), it would go into quirks mode.

提交回复
热议问题