[SOLVED] Adding logo to Printable page stylesheet
Posted: Wed Mar 05, 2008 11:35 am
Hi, im trying to add a logo to the top of the print page stylesheet. At the moment it show only the content on the page, no template elements, but i'd like to show a logo above the content.
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"
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"
