The form to have ours is quite simple and as much works for pages Web as blogs.
- It creates an image with your logo of wide length and the equal ones, for example 100×100 pixels in GIF or JPEG. So far the size is not important. This it you can make any program of edition of images, for example: Photoshop.
- The following thing is to turn your image icon (.ico extension) of 16×16 or 32×32 pixels, for this we have two options: - To turn it mendiante a page Web.
- To turn it with a program.In softonic you can find some programs and one of the pages that you can use to do it directly ischami.com. - Already with your icon, renombralo to “local favicon.ico” and subelo to host. For the case of Blog you can raise it hosting gratuitous like Geocities.
- Now we do the call to the icon from the code of our page, placing between the labels <head> and </head> the following thing:
<head>
…
<-- Code of the Icon -->
<" favicon.ico " Link href= type= " image/x-icon " rel= " shortcut icon "/>
…
</head>
If your image this in your host local does not change the route in “href=” by yours. For example, for blog that uses hosting gratuitous of Geocities it can be as it follows:
<head> … <-- Code of the Icon --> <Link href= " http://mx.geocities.com/mipagina/favicon.ico " type= " image/x-icon " rel= " shortcut icon "/> … </head>
And of this way already you have the icon in your Web.