Hi
I need to refer to an uploaded image from my css. Silly question I know. But how can I find the right path. The image is uploaded to the WEB_RESOURCES/img folder
background-image: url('...?.../img/image1.png');
Hi
I need to refer to an uploaded image from my css. Silly question I know. But how can I find the right path. The image is uploaded to the WEB_RESOURCES/img folder
background-image: url('...?.../img/image1.png');
Hi Kurt -
Please try the following path:
pre
../img/image1.png
/pre