if you noticed some websites have a little icon logo on the address bar of your browser.

you want to know how to do that?

well, i will teach you today:

all you have to do is this.

Here is how to do this:

1. If you have windows, open paint. You can find it in:
Start > Programs > Accessories

2. Set the dimensions to 24x24 pixels: in Image > Attributes (Control - E)
paint

3. Set Width to 24 and Height to 24 and Click Ok.
attributes

4. To help you create and edit your image better, zoom paint to the highest zoom which is 800%.
To do this, go to View > Zoom > Custom and Select 800%
zoom

5. Create your logo or whatever you want your icon to look like:
favicon

6. After you have created your image, save as "favicon.ico"
save

7. Now all you have to do is upload the favicon.ico image to your website root directory. The root directory is the main folder where all your files reside at, like your main index page. Some hosting companies will provide a directory called "html" or "public" or "web" "public_html". You MUST upload to your website root directory, otherwise, your browser will look for the favicon.ico image, will not find it and it will not display it on your browser.

put the following HTML code in between your <head> tags with the follwowing code:

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




NOTE: There might other easy ways to do this, but this is the only way I know of. If you have a better suggestion, please help us by posting it here.

Thanks,

Webune Team