I have searched and search through out the internet for information on how to display my favicon. IE7 is being a pain and will not display it. Firefox and all other browsers display it just fine. Here is my code that is between the header tags:
Code:
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
The icon is in the root (public_html) of the site.
Any ideas?