Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.
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.
Gald you have figured it out!