Favicon Tutorial.

example
This is an example of favicon.
Personally, I think favicon adds a bit of a nice, pretty finishing toutch to your website, though it doesn`t appear in internet explorer. I recommend using Firefox, Safari etc.
First, make an image which is 16 X 16.
It can be a ico. jpg. or gfi. file.

Upload the image.

Then, depending on what file you have used paste one of the following codes into your index.

If you are using .jpg:

<link rel=”icon” type=”image/jpg” href=”image URL” />

If you are using .ico:

<link rel=”icon” type=”image/ico” href=”image URL” />

If you are using .gif:

<link rel=”icon” type=”image/gif” href=”image URL” />


and there you are!
Any problems, leave a comment :D