Can anyone tell me how to add a new picture to the address bar (where we write address in the browser) of my blog.......thanks in advance
First of all generate favicon.ico for your site then upload the generated file ("favicon.ico") to your site. Next, insert the below code in the HEAD section of your pages, at the very least, your site's main index page: (As you want to add this for your blog then you have to add this under header.php file). <link rel="shortcut icon" href="/favicon.ico"> Code (markup): That's it! DON.
BTW if you want to generate free favicon.ico then check http://tools.dynamicdrive.com/favicon/ It helps you for everything. DON.