Favicon on Oracle Apex Application Tab
How to set Favicon on Oracle Apex Application Tab
Topic Introduction: A favicon is a shortcut icon, also known as a website icon, tab icon, URL icon, or bookmark icon. When we run the Oracle Apex application as an end user, we see that the tab icon is seeing Orale Apex Logo by default. If we want to change need some customization on oracle application properties. This tutorial will show how to set a favicon on the Oracle Apex application tab.
1. Upload an icon for the favicon on Static Application Files.
2. Give the reference of the uploaded icon on Favicon HTML (Deprecated).
Application ==> Shared Components ==>Static Application Files
Upload the icon above the Location
Application ==> Edit Application Definition ==> User Interfaces ==> Favicon HTML (Deprecated)
<link rel="icon" href="#APP_IMAGES#FAVICON.png" type="image/png" sizes="16x16>
After completing this process and running the application, we can see the uploaded icon shown on the open tab.
No comments