I have the next url for an image
url: http://www.andrearosseti.cl/image/cache/data/New%20Coleccion/Planas/SWEET-5-TAUPE-(1)-340x340.jpg
Now, i wont make in my CSS
background: url(http://www.andrearosseti.cl/image/cache/data/New%20Coleccion/Planas/SWEET-5-TAUPE-(1)-340x340.jpg)
the problem is the brackets in the url.
i try scape the bracket, but not work.
Any ideas?
I use Rails and SCSS
Thank