| Author |
Helpm with favicon.ico
|
Timothy Sam
Ranch Hand
Joined: Sep 18, 2005
Posts: 746
|
|
Hi, I had no problem making my favicon work with <link rel="shortcut icon" href="images/favicon/gmfavicon.ico" type="image/x-icon" /> It works with firefox but doesn't work in IE. I tried putting the icon in my web app's root directory along with my index.jsp. Still didn't work... I also tried renaming it to "favicon.ico" but still didn't work... Can you guys give me a clue please? Thanks you!
|
SCJP 1.5
http://devpinoy.org/blogs/lamia/ - http://everypesocounts.com/
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
Did you call <link rel="icon"> too ? See the guidelines here: http://en.wikipedia.org/wiki/Favicon
|
[My Blog]
All roads lead to JavaRanch
|
 |
Timothy Sam
Ranch Hand
Joined: Sep 18, 2005
Posts: 746
|
|
|
I just did it now... Nothing changed though... But thanks! Anyway... I was wondering if what I did is ok. What I did was change the .gif image to .ico. I edited the image using photoshop.
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
The format of the ICO file might not be supported. How did you save it ?
|
 |
Timothy Sam
Ranch Hand
Joined: Sep 18, 2005
Posts: 746
|
|
|
I saved it first as a .gif format. Then I renamed it to .ico(through windows explorer shell, by changing its extension name).
|
 |
Christophe Verré
Sheriff
Joined: Nov 24, 2005
Posts: 14672
|
|
Oh. You have to convert it to an ico file, with a tool. There are a few in the page I have posted above.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
|
This has nothing to do with JSP. Please take the time to identify the apprpriate forum for your questions.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
In order for IE to show it, the site has to be in your favorites. Eric
|
 |
 |
|
|
subject: Helpm with favicon.ico
|
|
|