Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Images in CSS - BSP application

aayushaggarwal
Active Participant
0 Likes
1,160

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

1 ACCEPTED SOLUTION
Read only

aayushaggarwal
Active Participant
0 Likes
1,099

hi,

their was an image in the css file which i was not able to access or display on my bsp page,


To SOLVE it i imported the css in the mime objects of the bsp application and then right click on the css file-->Change

after that i just removed the directory path given before the image, then save and after that the issue was resolved.


Please do help me on some other topics also on .

Regards,

Aayush

hi,

their was an image in the css file which i was not able to access or display on my bsp page,


To SOLVE it i imported the css in the mime objects of the bsp application and then right click on the css file-->Change

after that i just removed the directory path given before the image, then save and after that the issue was resolved.


Please do help me on some other topics also on .

Regards,

Aayush

6 REPLIES 6
Read only

Former Member
0 Likes
1,099

placing image in the MIMEs is ok. Check your absolute / relative paths to the image and also check the buffer settings on the image if you uploaded / changed it couple of times.

Read only

0 Likes
1,099

Hi,

Can you please tell me in detail, what and where to do these steps ?

regards,

Aayush

Read only

0 Likes
1,099

First - did you check your pages outside of SAP? Is your image shown as needed? What kind of image is it - is it background, icon, or? What do you see where your image is not shown - do you see the browser-dependent icon that it can not display the image or you don't see anything at that place? If you store images to the MIME, where are they stored - are they in the same folder as your css files, or in different place? If different - which place and how do you reference the images in the css? To check the buffer settings, press the right mouse button on the image in MIME repository and look for properties.

Read only

aayushaggarwal
Active Participant
0 Likes
1,099

hi,

thanks for your replies, the issues has been resolved.

regards,

Aayush

Read only

0 Likes
1,099

can you provide the information on what was the problem and how did you solve it?

Read only

aayushaggarwal
Active Participant
0 Likes
1,100

hi,

their was an image in the css file which i was not able to access or display on my bsp page,


To SOLVE it i imported the css in the mime objects of the bsp application and then right click on the css file-->Change

after that i just removed the directory path given before the image, then save and after that the issue was resolved.


Please do help me on some other topics also on .

Regards,

Aayush