Problem With favicon.ico
-
I am using asp.net 2.0 with C#. In my application i have to put a icon on the left of URL.as in codeproject.com have.for it i am using this code, <head id="Head1" runat="server"> <link rel="sortcut Icon" href="favicon.ico" type="image/x-icon"/> </head> but this is not working.icon is not shown with url. can any one tell me me how i show favicon icon with my application. thanks
-
I am using asp.net 2.0 with C#. In my application i have to put a icon on the left of URL.as in codeproject.com have.for it i am using this code, <head id="Head1" runat="server"> <link rel="sortcut Icon" href="favicon.ico" type="image/x-icon"/> </head> but this is not working.icon is not shown with url. can any one tell me me how i show favicon icon with my application. thanks
-
Make sure the image is 16x16px. I had a problem when this wasnt the correct size and it didnt show.
The answers posted by me are suggestions only and cannot be used in anyway against me.
Thanks for replying me. I make that image 16X16 px. but its not shown. I am IE7. thanks
-
I am using asp.net 2.0 with C#. In my application i have to put a icon on the left of URL.as in codeproject.com have.for it i am using this code, <head id="Head1" runat="server"> <link rel="sortcut Icon" href="favicon.ico" type="image/x-icon"/> </head> but this is not working.icon is not shown with url. can any one tell me me how i show favicon icon with my application. thanks
ARe you using a masterpage with your website. The favicon has to go in your masterpage. Below is the code I am using and it works fine: Try deleting the cache in your browser and then closing and opening it again.
The answers posted by me are suggestions only and cannot be used in anyway against me.
-
ARe you using a masterpage with your website. The favicon has to go in your masterpage. Below is the code I am using and it works fine: Try deleting the cache in your browser and then closing and opening it again.
The answers posted by me are suggestions only and cannot be used in anyway against me.
thanks for replying me. some time i used masterpage and some time simple page. now icon shown on FireFox,but on IE still not shown. how i will rectify it. also i removed history and cache may time. but still not working. i cant understand it. thanks
-
thanks for replying me. some time i used masterpage and some time simple page. now icon shown on FireFox,but on IE still not shown. how i will rectify it. also i removed history and cache may time. but still not working. i cant understand it. thanks
-
Sorry Im not really sure. Check out some articles on creating a favicon and make sure you have followed everything perfectly.
The answers posted by me are suggestions only and cannot be used in anyway against me.
thanks a lot. when i got any solution i will tell u too. thanks a lot once again.