
here is the way to change favicon & replace it with your lovely image ~ xD
you need to get your image url ~
how you get it ? you can upload your image to Favlcon from Pics, ImageShack, Photobucket or other else.
I choose upload my image at Image SHack.
But suggest you sign in first ~
Click Browse then choose your image & click upload.
After upload your image, it will shown as below, then the down part there got few links & codes. The second Direct Link is your image url. Right click Copy it and paste to your image url.
Then sign in your blogger , go Design/设计 then click Edit html/修改html , then tick at the red circle there.
Before start edit, suggest you download your template first. if you failed edit it, can upload back the before edited template.
Press Ctrl+F the search box is out, then search
<title><data:blog.pageTitle/></title>
After you search it
,
<link href='your image url' rel='shortcut icon' type='image/ico'/>
copy the code above & paste it behind </title>
your image url need replace with your uploaded image url just now.
ico need change depends on your image format.It can be jpg/png/gif.
<link href='http://yourwebsite.jpg' rel='shortcut icon' type='image/jpg'/>
<link href='http://yourwebsite..png' rel='shortcut icon' type='image/png'/>
<link href='http://yourwebsite..gif' rel='shortcut icon' type='image/gif'/>
After that, click preview to see it . Hees ~ if there is right, click save template.
You successful finish all the step.
that are the method to change tha favicon ~ x)
