Website: Favicon and IE compatibility
Created by: sfkeller
-
Add Favicon (png can have any name). Icon that will be displayed in the browser tabs:
<link rel="icon" type="image/png" href="favicon.png"/>
-
Add meta tag to ask Internet Explorer to behave: Sometimes a current IE version is installed, but system settings force it to use legacy document modes. Add following line to your head to make IE use the most current available mode:
<meta http-equiv="X-UA-Compatible" content="IE=edge">