I've tried using the following css in the body tag on the print stylesheet:
background-image: url(images/printlogo.gif);
It's not displaying the image at all though, any ideas?
Thanks.
SOLVED: Just found the template that controls printing which is what i should have used instead of changing the stylesheet, although you could still do it with the stylesheet except that in the template, theres a style in the body tag of it saying background-image: none; which needs to be removed if you use a background image in the print stylesheet.
The template is located in "Admin/Content/Printing/Print Template"
