Favorite Icon
533828Aug 11 2008 — edited Aug 12 2008Add to Favorites...
How to Adding the custom favorites icon when adding the url to browser favorites...
On the page, in the HTML Header. I have the following:
<link rel="shortcut icon" img src="#APP_IMAGES#favicon.ico" />
<link rel="icon" img src="#APP_IMAGES#favicon.ico" type="image/x-icon">
When I try saving the URL to the browser favorites, I'm not getting this custom icon.
What is wrong with the code?
Any suggestions would be great. Thanks...
How do I display this icon when saving the link to my favorites?
I've tried both
- src="#APP_IMAGES#favicon.ico"
- src="#123 Name#favicon.ico"
Within the application > Shared Components > Images
I've uploaded an image.
Image Name = "favicon.ico"
Application = "123 Name"
Apex version: "3.1.0.00.32"
Browser Version: IE 6.0
Message was edited by:
Colin Mackenzie