Im running sharepoint 2007 and im adding the following html doctype declaration to the first few lines of the master page.
<!DOCTYPE html>
<HTML lang=”en”>
When i reload the site in IE and press f-12 im realizing that the browser is not recognizing the declaration. Can someone please help me troubleshoot this problem. The reason i need to add this is for a CSS dropdown menu to work properly.
I thought i had this problem solved but i didnt.