Sunday, July 29, 2007

How to Display Your Blog Logo On The Address Bar


We can change the default icon of the address bar and tab icon of our blog to your own logo or icon.This can be done by different method one of the easy method as follows.Using this method you can change your blogs logo using a single line code.

Steps given below....

Step 1:Create your own icon using any image editors like Photoshop

Step 2: Open your blog and create a new post

Step 3: Upload the "icon" using "add image" tool

Step4:Select the "Edit Html" menu of the post and copy src of image.

Step5:Save the post as draft and select the template menu and select EditHtml.

Step6:link rel="SHORTCUT ICON" href="src" copy this HTML tag to below your head tag

step7:Paste your "src" at the place of "src".

Step8:Save setting and Publish.

3 comments:

stanley said...

very useful info, tks

Anonymous said...

thnaks

Tony Stark said...

I followed these steps but I don't see the logo, is it only visible to others that visit the site, or should I see it too. Also in step 6, what's the begining of the code "link" or "rel"?