@Sanctuary, Thank you very much, this was exactly what i was looking for. Even if you can't use this straight from css, it's not a problem to merge them together with css. What i mean is use image through template and the rest of the styles through css. BTW, just now with a fresh mind i found another way to include the source of the image through css. Its quite simple, use : ../../yourfolder/image.png this way you dont need any tags to show directory, so there is no need to use inline css. How this works? By doing ../ you will move down by one directory. So originally css ipb_style is in style_css folder, and another folder where you find actual file. So by going down by 2 folders you end up in public folder where than you can create your own folder and simply show it in css.