[SOLVED] Adding logo to Printable page stylesheet

General project discussion. NOT for help questions.
Post Reply
sonictrip
Forum Members
Forum Members
Posts: 99
Joined: Thu Jan 24, 2008 4:11 pm

[SOLVED] Adding logo to Printable page stylesheet

Post by sonictrip »

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"  ;)
Last edited by sonictrip on Wed Mar 05, 2008 11:53 am, edited 1 time in total.
Post Reply

Return to “General Discussion”