Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Favorite Icon

533828Aug 11 2008 — edited Aug 12 2008
Add 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 9 2008
Added on Aug 11 2008
6 comments
602 views