Force IE Standards Compatibility Mode


/ Published in: HTML
Save to your folder(s)

This meta tag will tell IE to use the latest standards compatibility mode.


Copy this code and paste it in your HTML
  1. <meta http-equiv="X-UA-Compatible" content="IE=edge">

Report this snippet


Comments


You need to login to view comments.