multiple favicons?
- Started
- Last post
- 8 Responses
- lnu
I've tried to put a different favicon in different folders (where I have different index files) but all I get is the root favicon. Any way around this?
- blaw0
i thought the browser looked to the root directory first, then to subsequent folders. perhaps losing the root .ico and hard-coding the link to the .ico for files in the root dir.
- ldww0
i think you can only have one, and it has to be stored in the root.... like blaw said.
- ********0
I'm sure you probably can create somie kind of script that will enable you to rotate the favicon, much like images.
- Epictive0
You try in the doc head?
- ********0
- Epictive0
Crap didn't let me post that, trying again:
< link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
- Epictive0
Take out the space between the < and link
- lnu0
Yeah, that works fine, Epictive. Thanks!