2

i have to change the internet explorer icon in the title with customized image not the one which appears on the address bar.

Lalchand
  • 7,627
  • 26
  • 67
  • 79
  • possible duplicate of [What is currently the best way to get a favicon to display in all browsers that support Favicons?](http://stackoverflow.com/questions/37073/what-is-currently-the-best-way-to-get-a-favicon-to-display-in-all-browsers-that-s) – Pekka Oct 22 '10 at 10:25

3 Answers3

4

You can set your favicon by putting it in the root of your site or you can set it int he html like so

<link rel="icon" href="http://www.quotes.co.uk/favicon.ico" type="image/x-icon">

If your using photoshop this is a good plugin to create your flavicon:

http://www.telegraphics.com.au/sw/

DJ Forth
  • 1,518
  • 2
  • 18
  • 26
0

You need to use a favicon.ico.

Conner
  • 30,144
  • 8
  • 52
  • 73
Bolu
  • 8,696
  • 4
  • 38
  • 70
0

The site icon file can be located anywhere in the site directory tree.

Because site icons are used both by Internet Explorer and Windows, only the .ICO file format is supported. If you change your site icon during development, you might need to clear the browser cache or rename the file to cause Internet Explorer to refresh its copy of the site icon.