One issue with paths - I'm just curious...
Posted: Thu Dec 16, 2010 10:03 am
Is there a way to have internal links in CSS styles for images?
From edition I guess 1.8 instead of
I have to give the full path
why is it so?
Thanks in advance.
From edition I guess 1.8 instead of
Code: Select all
blabla url(uploads/images/background.jpg)
Code: Select all
url(http://mysite.tld/uploads/images/background.jpg)
Thanks in advance.