I am trying to include a background image in a css file located hereublic_html/css/folder/style.cssand the image is located in public_html/img/image.pngI tried using\[code\]background: url("../img/image.png");\[/code\]How can I get to that image?Thank you