While the icon displays perfectly on Firefox, it seems to be causing issues in Internet Explorer 7. Could someone please test the code snippet below on their Internet Explorer 7 browser and let me know what may be missing or incorrect?
<html>
<head>
<link rel="shortcut icon" type="image/vnd.microsoft.icon"
href="http://yourhtmlsource.com/favicon.ico"/>
</head>
<body>
</body>
</html>