how to create logo adress bar

Favicon is small icon on url address bar,usually size 16x16 pixel and icon/image appear on bookmark/favorite list if you bookmarked site who have the Favicon.

Create image file for favicon and put on tag HTML in to header between:

<head>
and </head>


<head>
<LINK REL="SHORTCUT ICON" HREF="http://www.yourwebsite.com/favicon.ico" />
</head>

Tutorial how to create Favicon/Loggo on URL Address Browser:

1. Create image size 16x16 pixel.

2. Save image with format file name .ico.

3. Upload file to server with file name "favicon.ico".


Only for blogger/blogspot,this steps hasbeen done and success:

1.Click: www.favicon.co.uk--->Download image and conversion to .ico file (favicon.ico).When saving to your computer type: favicon.ico then click Save so saved on your computer file image name favicon.ico.

2.Click: www.picpanda.com--->Upload file "favicon.ico" that ready-made to site third party service favicon :Picpanda.com (Blogger is can not)

Code below is that input to my template and success (see image above) but it depends also with the browser used and settings of each PC/computer.

<head>

<link href='http://www.blogger.com/favicon.ico' rel='icon' type='image/vnd.microsoft.icon'/>

<link href='http://www.picpanda.com/images/8gnbpeh94t1ighx972d4.ico' rel='shortcut icon'/>
-->(code from picpanda.com)


</head>

0 comments:

Post a Comment