CovertCoder
Login
|
Register
Search
Main Navigation
Home
Contact Us
Login
Register
Tools
Code Generator
Knowledge Base
Featured Articles
Adding an AJAX Collapsible Panel
Binding Listbox with XLINQ
Calling Parent Page from Child
Datagrid Sort with LINQ
ListView in UpdatePanel
Programmatically call FancyBox
Tutorials
ASP.Net Tutorials
Add nicEdit to an ASP.Net page
AJAX Tutorials
Convert Web App for MVC Framework
Keep state of Collapsible Panel
Retrieving XML Config file values
Windows phone 7 Styles (Static Resources)
Topic: Create an Explorer Favorites Icon
If you'd like to add an icon that shows up in IE 5.x or higher.
1. Create a 16 by 16 pixel icon.
2. Name the icon "favicon.ico"
3. Place the file in your web's root folder.
4. To test, open the page from your hosted server and add to "Favorites"
You can also add different icons if you put it in your header
E.g.
<LINK REL="SHORTCUT ICON" HREF="http://www.covertcoder.com/favicon.ico">
<LINK REL="SHORTCUT ICON" HREF="http://www.covertcoder.com/DifferentIcon.ico">
Home
~
Topic