I just found out an easy way to make a Favicon. It's the 16x16 px picture icon that is next to the url in the address bar.
All you have to do is go to Favicon from pics where you can upload an image and it will generate an .ico file for you.
Once it generated a favicon.ico and a gif file, download it to your computer and later upload the files to a host.
Copy this script:
<!-- Favicon -->
<link href="'http://domainwhereyouuploadthefiles.favicon.ico'" rel="'shortcut" type="'image/x-icon'/">
<link href="'http://domainwhereyouuploadthefiles/favicon.gif'" rel="'icon'" type="'image/gif'/">
Paste it in your blogger template between <head> and </head> tags.
Just change the Http://domainwhereyouuploadthefiles.favicon.ico to where ever you uploaded your ico file and the name of the file.
Then it's ready!
Note: preview your template first before you save it. Favicon does not work with I.E. I've checked.











0 comments:
Post a Comment