How to insert background into website?

0
Dear All, When I set background into container widget. I input to STYPE with code below:   background: URL(Img/Myfirstmodule$Images$image.jpg) no-repeat; overflow: hidden;   It appear in local web app. But not work when I pulish in system. Please tell me how to fix this issue, or another way to set background under the content. Thanks and best regards, Dinh Hoang  
asked
1 answers
0

Hi Hoang Pham Dinh,

 

Can you please try with the below way.

 

1.Put your acceptance url at first place

2.After that your Image Path

3.Check the result on acceptance Environment.

 

<img src = "acceptanceUrl//Img/Myfirstmodule$Images$image.jpg">

 

 

answered