Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
fkeuroglian
Partner - Master
Partner - Master

Load image in mush up Sense

Hi expert

i am working with mush up in sense and i want to for example load a background image in my page(that i am creating using mush up and embeb objects)

i add this code in the .html but not see the image

<div style="width: 1030px; height:130px; background: url(http://localhost:4848/C:/Semar S.A/Logo.png) no-repeat;"></div>

this image is in my local pc, i have to upload for some directory? or what is the way to load image in the mush up?

thank you a lot

Fernando

1 Solution

Accepted Solutions
fkeuroglian
Partner - Master
Partner - Master
Author

I find the solution

<div style="width: 1030px; height:130px; background: url('http://localhost/Images/Logo.png') no-repeat;"></div>

thank you Sangram for your answer too!

Fernando K.

View solution in original post

3 Replies
reddy-s
Master II
Master II

Hi Fernando,

Just use the path this way:

<img id="img1" class = "Navigator" src="\Extensions\PanelLayout\images\Dashboard.png" class="Dashboard"  />

Or in this way

<div style="width: 1030px; height:130px; background: url(http://localhost:4848/\Extensions\PanelLayout\images\Dashboard.png) no-repeat;"></div>


Let me know if you are facing any issues, and I will help you out.


Thanks,

Sangram Reddy.

fkeuroglian
Partner - Master
Partner - Master
Author

I find the solution

<div style="width: 1030px; height:130px; background: url('http://localhost/Images/Logo.png') no-repeat;"></div>

thank you Sangram for your answer too!

Fernando K.

reddy-s
Master II
Master II

Gald you have figured it out!