Hi,
I have created one application in Oracle Apex site with following code in Login page (Inline CSS):
.t-PageBody--login .t-Body {
background: url(#APP_IMAGES#Quizlogin.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
}
Now I migrated my complete application from Oracle site to my company environment but it is not showing the image. What is wrong?
Note: I checked in the shared static file location and found Quizlogin.jpg is also present.
Please help.