How do I set up a favorite icon

Create a 16 pixel wide by 16 pixel high favicon.bmp file in a Program like MS-Paint, Adobe Photoshop, or Jasc's Paint Shop Pro, then use a program (such as the free IrFanView app [for Windows]) to reduce the colors to 16 colors [Image -> Decrease Color Depth], and then 'save as...' to a Windows Icon Format (favicon.ico). Upload the file with FTP to the root section of your web site (the first page area, where you put files like index.html). Open up index.html, and add this line after any meta tags in the HEAD section but before the </head>.

<link rel="SHORTCUT ICON" href="http://yoursitedotcom.here/favicon.ico">

If you are in a user directory, without a domain, add something like this instead:

<link rel="SHORTCUT ICON" href="http://yoursitedotcom.here/yourdir/favicon.ico">

Example: If you owned www.stopupgrading.com, you would create the file favicon.ico, and FTP it to your host. Then, you'd use this code:

<link rel="SHORTCUT ICON" href="http://www.stopupgrading.com/favicon.ico">

Reload the page... and try adding it to your favorites or bookmarks. Once you've added it to the favorites, close the browser and then open it again, and return to the site? Does it show up now? It should! :)

0 comments:

Post a Comment