Create image with 30X30 pixels size and save it as .png.
Open below website.
http://www.convertico.com/
browse the created image and click on GO,
Download the generate .ico file in the same page.
Copy the .ico image and paste in your web application and give add below code in the page header
<link rel="SHORTCUT ICON" href="<%=ResolveClientUrl("~")%>Images/icon.ico"/>
in the above example, icon.ico is image name located in Images folder.
For ASP.NET applications, put the above code in master pages so that it will apply for all its content pages.
Open below website.
http://www.convertico.com/
browse the created image and click on GO,
Download the generate .ico file in the same page.
Copy the .ico image and paste in your web application and give add below code in the page header
<link rel="SHORTCUT ICON" href="<%=ResolveClientUrl("~")%>Images/icon.ico"/>
in the above example, icon.ico is image name located in Images folder.
For ASP.NET applications, put the above code in master pages so that it will apply for all its content pages.
No comments:
Post a Comment