Favicon

Everybody can post tutorials, tips, tricks, and request for tutorials help in this place
Post Reply
znad
Posts: 250
Joined: Sat Oct 01, 2005 3:12 pm

Favicon

Post by znad »

Favicon
-------------
1. Create a new picture with the size 64x64 pixels design your favicon, then scale the image down to 16x16 and save it for example as "favicon.bmp".

Note: its important that you save it as ".bmp" because we need to convert it to ".ico" later on.

2. Rename the file you've just created to "favicon.ico"

3. Now upload your Favicon anywhere in your site's root folder.

4. Now open your index page and input this code above your head tags.

<link rel="shortcut icon" href="favicon.ico">

Note: If you put the favicon.ico into your image folder, change the code to the following:

<link rel="shortcut icon" href="images/favicon.ico">

5. Reupload your index page and all should be working.


limpeh-behsi
Posts: 66
Joined: Sun Nov 05, 2006 2:36 pm

Post by limpeh-behsi »

I saw this rare tutorial in http://www.tutorialized.com but yours is more detailed. Keep it up and I will read it ;)
Thanks :)
Post Reply