Christoph's 2 Cents

A Backup for My Brain!

Oracle Developement

Adding a Logo to your APEX login page

To add a logo to your application’s login page is quite easy to do. I chose to place the company logo into the Login region, where the username and password fields are. To do this I edited the Login region on my login page (101). In the Attributes region is a place to put a Region Image. There I placed the reference to my company logo, which I had previously added to the images in the application’s shared components.

When I ran the page, I noticed that the image was a little too high for my taste.

login1

I decided to add a top margin to push it down a bit. Using Firebug, I located the image and added a margin attribute, and played with the values until I had it in the right spot.

firebug

I made a note of the margin setting, and added it to the Image Tag Attributes of the Login region of page 101.

logo_attributes

 

The final result shows the company logo in the right place in the login region.

login_final

5 thoughts on “Adding a Logo to your APEX login page

  • Satish Vemuri

    Hi, I am trying to place image in background on login page. with your example i could see only in login form but i would like to place the image as background. Your help is highly appreciated. I am using oracle Apex 5 and i am new.

  • Satish Vemuri

    Please provide step by step if possible.

  • Satish Vemuri

    We are able to see image only inside the form, If i want as background, then what all should i need to do.However, thanks a lot for your guidance.

    I am new to Oracle Apex, Basically i am Database Architect with strong PL/SQL knowledge, Thought to learn Apex and do slowly move into ADF and MAF. Could you please suggest the path what i have choose is correct or something more need to learn before getting involve.

    Your suggestions and guidance is highly appreciated.

    Regards
    Satish Vemuri

Comments are closed.