Member
From: Ohio USA
Registered: 2004-11-17
Posts: 670
I've been thanked 0 times.
Offline
I use favicon.ico for my favicon on my home page and wanted to make another for my blog named walrusicon.ico. Using the same code, it won't work, so I'm using myy home page favicon.ico in my blog too. This at least tells me the code works in the blog.
So can you change the name of favicon to something else? Maybe even favicon2.ico? Why doesn't walrusicon.ico work?
Here's my code: <.link href='http://beatlesnumber9.com/favicon.ico' rel='shortcut icon' type='image/ico'/. >
Moderator
From: Yorkshire, UK
Registered: 2006-08-19
Posts: 2860
I've been thanked 85 times.
Offline
beatledave wrote:
I use favicon.ico for my favicon on my home page and wanted to make another for my blog named walrusicon.ico. Using the same code, it won't work, so I'm using myy home page favicon.ico in my blog too. This at least tells me the code works in the blog.
So can you change the name of favicon to something else? Maybe even favicon2.ico? Why doesn't walrusicon.ico work?
Here's my code: <.link href='http://beatlesnumber9.com/favicon.ico' rel='shortcut icon' type='image/ico'/. >
not sure about thje '/.> bit, but never mind
Are you actually using an icon file? or have you just renamed an image?
one has to either convert an image to the .ico format or use slightly different code to show a .png
[i'm afraid the code for the png method escapes me, but i'm sure it's on here somewhere!]
Member
From: Ohio USA
Registered: 2004-11-17
Posts: 670
I've been thanked 0 times.
Offline
Blogspot insisted on the slash at the end to close the code. I just renamed a bmp 16x16 image and replaced favicon.ico with walrusicon.ico - it showed up on firefox but not IE.
I actually used a generator to generate the 16x16 ico image. Here: http://www.chami.com/html-kit/services/favicon/
Member
From: Pell City, Alabama USA
Registered: 2004-11-17
Posts: 2084
I've been thanked 5 times.
Offline
beatledave wrote:
I use favicon.ico for my favicon on my home page and wanted to make another for my blog named walrusicon.ico. Using the same code, it won't work, so I'm using myy home page favicon.ico in my blog too. This at least tells me the code works in the blog.
So can you change the name of favicon to something else? Maybe even favicon2.ico? Why doesn't walrusicon.ico work?
Here's my code: <.link href='http://beatlesnumber9.com/favicon.ico' rel='shortcut icon' type='image/ico'/. >
it probably doesn't work because the code you posted still points to favicon.ico not walrusicon.ico
TombOfTheMutilated.NET - Destroying The Minds of America's Youth Since 2001
Member
From: Ohio USA
Registered: 2004-11-17
Posts: 670
I've been thanked 0 times.
Offline
Mutilated1 wrote:
beatledave wrote:
I use favicon.ico for my favicon on my home page and wanted to make another for my blog named walrusicon.ico. Using the same code, it won't work, so I'm using myy home page favicon.ico in my blog too. This at least tells me the code works in the blog.
So can you change the name of favicon to something else? Maybe even favicon2.ico? Why doesn't walrusicon.ico work?
Here's my code: <.link href='http://beatlesnumber9.com/favicon.ico' rel='shortcut icon' type='image/ico'/. >it probably doesn't work because the code you posted still points to favicon.ico not walrusicon.ico
I'm giving you the code I'm using now Mute. I did change it for walrusicon.ico and it worked in firefox but not IE. I was wondering if it only worked if the image is called favicon? Seems doubtful. Since it worked in firefox I thought after clearing my cache and rebooting and leaving the code up for a while it would kick in, but nodda. I'll just stick with the little 9, but the little cartoon walrus was cool:)
Member
From: Pell City, Alabama USA
Registered: 2004-11-17
Posts: 2084
I've been thanked 5 times.
Offline
if the image is named "favicon.ico" you don't even need that code at all for internet explorer or firefox - just upload your image
the way I always do it, is upload favicon.ico for Firefox and IE, and add that scrap of code for Netscape/Mozilla
TombOfTheMutilated.NET - Destroying The Minds of America's Youth Since 2001
Member
From: Ohio USA
Registered: 2004-11-17
Posts: 670
I've been thanked 0 times.
Offline
Well what I'm trying to do is use the image I have called favicon.ico for my website then make a different one for my blog. Since the blog is hosted on blogspot I uploaded the image to my webhost and use the code so blogger can find it. I can't host images at blogspot and I don't know any orher way to do it.
Member
From: York, England
Registered: 2005-11-04
Posts: 608
I've been thanked 11 times.
Offline
Not 100% sure on this, but i think IE only shows the favicon once youve bookmarked the domain.
Also, your 'type' attribute is wrong i think.
Ive had troubles with this before, so I found 2 different codes and doubled it up. doing this (apparantly) covers all browsers:
Code: html
<link REL="icon" HREF="images/favicon.ico" TYPE="image/x-icon">
<link REL="shortcut icon" HREF="images/favicon.ico" TYPE="image/x-icon">
stick that in your head and see what happens. worked for me
*edit*
Typos, damn wireless keyboard
Member
From: York, England
Registered: 2005-11-04
Posts: 608
I've been thanked 11 times.
Offline
Just googled "remote favicon hosting"
Found this:
http://www.myfavatar.com/
Member
From: Ohio USA
Registered: 2004-11-17
Posts: 670
I've been thanked 0 times.
Offline
OK, thanks griffins
Member
From: Ohio USA
Registered: 2004-11-17
Posts: 670
I've been thanked 0 times.
Offline
Works like a charm!
Member
From: York, England
Registered: 2005-11-04
Posts: 608
I've been thanked 11 times.
Offline
Cool! Glad I could help.
| Never |


