Favicon problem?
-
Hi All i have and master page and put the below tag. it's working fine in Safari. but not working in IE and Mozila. <link rel="shortcut icon" href="favicon.ico"/> if any idea let me know ? thanks
Regards Keyur Satyadev
-
Hi All i have and master page and put the below tag. it's working fine in Safari. but not working in IE and Mozila. <link rel="shortcut icon" href="favicon.ico"/> if any idea let me know ? thanks
Regards Keyur Satyadev
What is the Icon size? Did you tried by removing the browser cache on IE or FF ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
-
What is the Icon size? Did you tried by removing the browser cache on IE or FF ?
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET
16 * 16 and try after removing cache and cookies etc.
Regards Keyur Satyadev
-
16 * 16 and try after removing cache and cookies etc.
Regards Keyur Satyadev
I used This Code Below For Favicon And It Is Workin Fine ..!Try This It MAy Help
<head runat="server">
<title></title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/gif" href="animated_favicon1.gif"></head>
and I Used the Following Website for the Above Code http://www.html-kit.com/favicon/[^] and Its Working On Google IE also..!
MyFirstArticlePublished: MenuControlSelectedItem Why Do Some People Forget To Mark as Answer .If It Helps.