Page 1 of 1

How can I Change the "favicon.ico"

PostPosted: 02. December 2008 16:46
by VEINTYUNICO
There is any way to change the image that appears when i enter in my sites?
I read somewhere that i must change the "favicon.ico"...does any one knows about that?

Thankss!

PostPosted: 02. December 2008 16:54
by Wiedmann
There is any way to change the image that appears when i enter in my sites?

Replace the existing file "favicon.ico" with your own one.

PostPosted: 02. December 2008 17:49
by VEINTYUNICO
OK!...i did it and it works...thanks.
Internet Explorer doesn't show my favicon.ico....but, mozilla does.

Thanks!

PostPosted: 03. December 2008 02:36
by glitzi85
VEINTYUNICO wrote:OK!...i did it and it works...thanks.
Internet Explorer doesn't show my favicon.ico....but, mozilla does.

You can try adding this to your HTML-Code:

Code: Select all
<link rel="shortcut icon" hre="/favicon.ico" />


Also empty the Temporary Internet Files in IE, that's often a problem when working with favicons.

glitzi