The below code is working in all the browsers execpt IE
. Someone said that if you are accessing the page using (https://
) without the certificate then it will not work.
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
Can certificate errors (https
) prevent the custom favicon from appearing?