I\'ve got an HTML document hosted on a remote web server. I\'m trying to have one of the elements on the web page use an image file from my local file system as its backgrou
It seems you can provide just the local image name, assuming it is in the same folder...
It suffices like:
background-image: url("img1.png")