A blog where you can find tutorials on ASP.Net, Ajax Control Toolkit, SQL Server 2008/2005, WCF, Silverlight, Azure and other Microsoft Technologies
Friday 12 September 2008
How to set Favicon in Mozilla and IE
How to set Favicon in Mozilla and IE
Hi.
As we Know in all web there is always Icon before site URL in addressbar.
We need Favicon.ICO File and Put Following Code in Head Tag of Page
link rel="shortcut icon" href="~/App_Themes/SkinFile/Images/favicon.gif"
This Code Will Not Works For Some Versions of Internet Explorer.
I Found Solution For That Just Pu Folowing Code You will Get Favicon in Both Mozill and IE
link rel="shortcut icon" href="../App_Themes/SkinFile/Images/favicon.ico" type="image/vnd.microsoft.icon"
Thanks.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment
Comments posted on ASP.Net Ajax Tutorials Blog are moderated and will be approved only if they are on-topic and not abusive. Please email me or my team for tech-support or blogging related questions. Avoid including website URLs in your comments - Thanks Author