Hello everyone,
I am facing a problem in BSP application.
Actually, i am creating a page (with flow logic) and using the .css files in my layout like,
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="normalize.css" />
<link rel="stylesheet" href="responsive1.css" />
I have already imported these .css files and the images used in the MIME objects,
but the Problem is that there is an image been used in the responsive1.css which is not visible on my page at the time of execution,
Please help me out regarding this and tell me do i have to import that image somewhere else (other than MIME objects).
thanks,
Aayush