Favicon
Posted: Sat Mar 18, 2006 10:32 pm
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.
-------------
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.