I'm a Golive 6 user, and up frot will say that I am NOT a programmer. I'm a graphic designer who also runs a website. Golive has been great, but I couldn't find a specific tool for favicon creation, so I started looking at other sites' code.
Right off the bat I could see that some sites had favicons that only displayd in some browsers. IE seems problematic, Firefox seems cooperative.
After much cuting, pasting, uploading, and comparing, I've got this mess in my <head> area:
<href="/favicon.ico" type="image/x-icon" /><link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href=" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon"
href=" type="image/x-icon" />
It's code culled from three differnet sites addapted with my site's url. It seems to be working, but it's just such a mess that I have a hard time believing it's not going to blow up... Do any of you HTML gurus see a problem here?
Right off the bat I could see that some sites had favicons that only displayd in some browsers. IE seems problematic, Firefox seems cooperative.
After much cuting, pasting, uploading, and comparing, I've got this mess in my <head> area:
<href="/favicon.ico" type="image/x-icon" /><link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href=" type="image/vnd.microsoft.icon" />
<link rel="shortcut icon"
href=" type="image/x-icon" />
It's code culled from three differnet sites addapted with my site's url. It seems to be working, but it's just such a mess that I have a hard time believing it's not going to blow up... Do any of you HTML gurus see a problem here?