Okay anyway, on to the topic at hand.
How to add a favicon. If you don't know what a favicon is it is the little icon you see displayed at the beginning of the url in the address bar.
You should create one because it gives your site a specific brand instead of the orange B you usually see. Lot's of bloggers use this technique as it looks more professional.
Here we go.
Step 1
I recommend you use 16*16 pixel favicon with ".ico" format.
You create it in photoshop or paint, a program like that.
Once you create your image save it as 16*16 and save it in .png format as shown below.
If you don't have photoshop or a similar program go to google and type in free online 16*16 icon generator. You simply upload a picture and it get's converted. Easy peasy.
Next go to google site creator and upload your icon file by clicking on the upload link and browse the file and note down the url of the file by clicking on the file.
Log into your blogger account go to your Dashboard>layout>Edit Html.
Before you go any further please make sure you have a back up just in case ;)
Find the code that says:
data:blog.pagetitle
Simply type CTRL + F to find it quicker
Add above it put this figure < then type this "(without quotes)link href='icon file url ' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
Directly above it and change the 'icon file url' with your created url from google site creator.
Click save.
Voila.
That simple.
Thanks to kranthi for the help