What is the syntax for backgroundImage style? I am trying /system/images/imagepath.jpg but its not working. I am using it on a Label Perspective Component.
You need to use url(), here's an example of how I did it in the style class:
2 Likes
Thank you so much! It worked!
1 Like