Getting your site icon to show in the browser’s address bar.
Looking at the address bar in your browser, you should know what exactly is a site icon and where does it show.
This trick somehow requires some minor HTML/XHTML codes comprehension. Insert the codes below somewhere inside your header tags.
[code]
[/code]Please be noted, href indicates the exact location to your image file. It can be a full http:// address or a relative one. As long as you know where does it store.Also, the image type must be “image/x-icon”, which has *.ico extension. It can be produced by any image editing software by choosing “Microsoft Windows Icon” format. (I was using Gimp)
