Ticker

6/recent/ticker-posts

How to Add Favicon in Oracle APEX - Javainhand Tutorial

In this Oracle APEX Tutorial Post, We will explore about the add favicon in Oracle APEX.

How to Add Favicon in Oracle APEX

Favicon is a very important part of the web applications because whenever the user adds your application in the bookmarks section then a favicon helps to identify your application.

Let's Start Today Topic
What is Favicon?
How to Add Favicon in Oracle APEX?

What is Favicon?

Favicon is a small size of the image which represents your site. Favicon show on the site's browser tab, history, and bookmarks bar. A favicon helps users to identify through in bookmarks bar or when users open many tabs in the browser.

Note:- The favicon image size must have 16*16,32*32 and more on.

How to Add Favicon in Oracle APEX?

We add oracle apex custom favicon with the help of the HTML Code. follow the below steps for add favicon in oracle apex.

Step 1:- In this step, you have to go to your application in which you want to add a custom favicon. See the below screenshot for a better understanding.

How to Add Favicon in Oracle Apex

Step 2:- After the click on the application, you have to see the shared components tab, now click the shared component tab. See the below screenshot for a better understanding.

Oracle APEX Tutorial - How to Add Favicon in Oracle Apex

Step 3:- After the click shared components, you will see the user interface tab now click on the user interface attributes link. See the below screenshot for a better understanding.

Oracle APEX Tutorial - How to Add Favicon in Oracle Apex

Step 4:- After the click User Interface Attributes link, you will see the Favicon tab. See the below screenshot for a better understanding.

Oracle APEX Tutorial - How to Add Favicon in Oracle Apex

Step 5:- Before the final step, we have to upload the favicon icon file in your application static files section, then you can put the below code in the favicon section.

<link rel="icon" type="image/png" sizes="32x32" href="#APP_IMAGES#faviconnew.ico">

<link rel="icon" type="image/png" sizes="16x16" href="#APP_IMAGES#favicon.ico">

After the use above code and click on the apply changes button to see the result. See the below screenshot.

If you have not 16x16 or 32x32 then you can generate online favicon many free tools available. Click here

Remembering Points:-
  1. You can also be used animated favicon in the oracle apex.
  2. Based on the platform compatibility we have to use a favicon with different sizes.

This is how to add favicon in oracle apex using the Html code. You can change the size and favicon icon location otherwise the above HTML code will not display results.

If you like the oracle apex custom favicon post then tell in the comment section and share it with your friends.

You can also watch a video how to set favicon in oracle apex on youtube click here

Post a Comment

0 Comments