I have a link with a backround image.
The problèm: background-image: url()
doesn't work with link contain space. I tried to encode the url but didn't work:
<a href="#" style="background-image: url(http://127.0.0.1:8082/server/php/files/1 (2).jpg)"></a>
I will be thankful for any help.