Free NT Web Hosting, Free ASP Hosting, Free Web hosting, Free Hosting - DomainDLX
    

    Home
    Registration
    FAQs
    Terms of service
    Contact us

    Learn ASP
    Databases
    Articles

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:
  1. First open up an Icons program. If you don't have one, get one by clicking HERE.
  2. Next create a new 16x16 pixel icon with 16 colors. Then save it as favicon.ico
  3. 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/)
  4. 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.
  5. 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.