Wednesday, April 2, 2008

How to display your own logo in the address bar?

If you need to put your website logo in the top address bar instead of browser's logo then follow these steps.
1. Add a file called "favicon.ico" (an icon file of your website logo) to your website root directory with 16*16 or 32*32 dimensions.
2.Insert the following HTML tag inside the head section of your web page in the link tag as
rel="shortcut icon" href="favicon.ico"


**If you are working with master pages then put this code in head section of master page otherwise you have to put this code in every page.

For more information check out this link.

http://www.chami.com/tips/internet/110599I.html

No comments: