Topic: including remote images on my css... not possible?
I want to integrate a forum inside a site layout.
I created a mystyle_base.css file, put there all the necessary css elements, import it in mystyle.css and edited main.tpl.
I used full paths including some images from my syte like:
background-image: url('http:/mysite.com/pics/down.gif');
Is this forbiden or so? it doesn't work.