|
 |
Custom Favorite Icon
You've probably seen a special icon appear next to a favorite in your favorites menu.
And you probably wondered how they did that. Well here's how:
- First open up an Icons program. If you don't have one, get one by clicking HERE.
- Next create a new 16x16 pixel icon with 16 colors. Then save it as favicon.ico
- Then if you have access to the root directory of your website, upload the icon there.
(your root directory would by http://domaindlx.com instead of http://domaindlx.com/username/)
- Then when a user adds your site to their favorites, an icon will appear next to your site in the favorites menu and in the address bar.
- If you don't have access to the root directory, then you will have to add the following code in each of your webpages:
<LINK REL="SHORTCUT ICON" HREF="/path/to/favicon.ico">
Put it in the HEAD of your page.
|
|
|
|