Hello,
I would like to know how to place image at the position as shown in my apex.com example
On apex.com
WORKSPACE: lidagon
USERNAME: lidagon
PASSWORD: Lidagon123
Application 77830 - ImageApp
As you can see, the current image I have (example logo), is actually a nav bar entry having User Defined Atrribute:
<a href="#LINK#" class="t-NavigationBar-item #A02#">
<img src="#APP_IMAGES#Example_logo.jpg" alt="" /></a>
And List Entry Label is "-" because I cannot leave blank.
-----------------------
This is for purpose of having, I could say, "a second logo", beside the main one which is in standard position for logo. This one is specific to department, so I should also mention that it might very well be required to be able to use authorization scheme for this second logo image.
But I am not even sure how to put image here where I currently have an entry showing image, which is not good enough(this was the quickest way I could place the image there). It should be plain image of course.
Is there a painless way for adding it?