|
CodeAve.com - ASP - Articles | |
|
||
| Adding a Shortcut Icon to a Web Page | ||
![]() The image must be in .ico (Windows Icon) format. Not every image tool allows files to be saved in .ico format. There are several applications that will convert files to .ico format. The one used to generate the .ico for CodeAve.com is Bitmap to Icon (Download it from Download.com). Understanding these limitations and once you create your image in .ico format, you're ready to display it online. Simply add the following within the head tags on your document <head> <LINK REL="SHORTCUT ICON" HREF="http://www.your-url.com/name of file.ico"> </head> The working script at CodeAve.com looks like this <LINK REL="SHORTCUT ICON" HREF="http://www.codeave.com/codeave.ico"> Images typically do not show up in the address bar until a page from that url
has been saved locally on your PC and sometimes do not appear until after
re-start, so be wary when creating your .ico |
||
|
|
||
|
|
||