среда, 6 апреля 2011 г.

How to change your favicon on blogspot

Adding a favicon into blogspot is super easy, and makes your site look more interesting and unique especially if you have a .com domain on your blog.

1. Go to the design tab on blogspot and click 'edit html'.






2. Now find in the text window '</head>'. To find this quickly, press down CTRL and F and a window should pop up then just type '</head>' in the box and it should find it as quick as you can say Bananas.
















3. Paste the code below above '</head>'

<link href='{image url}' rel='shortcut icon'/>
<link href='{image url}' rel='shortcut icon' type='image/vnd.microsoft.icon'/>
<link href='{image url}' rel='icon'/>
<link href='{image url}' rel='icon' type='image/vnd.microsoft.icon'/>
 4. Replace 'image url' with the image you want and when you have completed this step click the orange button at the bottom that says 'save template'.





5. Your favicon should now be live on your website =-)!

Комментариев нет:

Отправить комментарий