How can i create Image Button in Oracle Apex 5 ? I am using Universal Theme in my application.
I have set Button Attributes as below.
But it display like this.
UPDATE
After using style="background-image:url(#APP_IMAGES#holidays.png);background-repeat:no-repeat;"
in Button Attributes field, image display like this.
Instead of full image it displays cropped image.
How can I fix this issue ?