Here is my css link for images:
background-image:url(images/background.gif);
I just want to add some: ../to change the directory. So my code will look like this:
background-image:url(../images/background.gif);
How do i do this? I don't need a whole CSS parser, just code to add ../for images ...
source
share