Hi,
I wonder how can I add a css who references an image to a page in Pier.
For example, I have this style:
.aclass {
background-image: url(background.png);
}
so... I upload the style to /system/components/css/style.css, and I change my page to use
that css.
So... how can I add the image file? I tried by creating a
/system/components/css/background.png file, but it does not works :(
Also... I would like to add some meta information (a couple of <link> rels), and no
idea how to do it... any idea?
Thanks,
Esteban