Hello,
I have made a favicon for the following website
http://www.brotherresistance.com
However while i see it in netscape and well someone said they saw it in mozilla. I cant see it in IE 6.
The icon is favicon.ico
The its in the root directory
<link rel="shortcut icon" href="http://www.brotherresistance.com"> is the link
the image is 16x16
The only thing is that i did not use any "icon creating" software....I just made a gif using fireworks and just changed the file name extension
would this cause it not to view in IE? its shows in Netscape
KEndall
Using FAvicons in IE
Moderator: General Moderators
I know there are bugs in certain versions of IE that do not show the Fav icon in the address bars.
i am using version 6.0.2800.1106 of internet explorer and Fav icons don't work in the address bar!
Also, your code should be more like this
Mark
i am using version 6.0.2800.1106 of internet explorer and Fav icons don't work in the address bar!
Also, your code should be more like this
Code: Select all
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">