Hello,

I am still a Drupal newbie and have been working on a site. It is all most ready to be launched and my question is this. When printing the homepage to a printer. I get all the text information to print, but the company's header logo, and theme will not show up or print. Does anybody know how to make these included in the print?

Thanks,

Brent

Comments

Sam308’s picture

You probably need to set your web browser to print the background colors and images. This feature is initially turned off in Internet Explorer.

If using Internet Explorer as your web browser, go to: Tools >> Internet Options >> Advanced tab >> Printing check box.

Sam Raheb (Sam308)

brent85_98’s picture

I am using a Mac with Firefox. I was wondering if I had to change anything in the page.tpl.php file? I really need this to print because it shows the company's name and logo when printed.

Thanks

tm’s picture

i copied the print.css file from the garland theme and modified it to suit my own requirements (to drop the block regions, header background, set body text to a serif typeface, etc., most of which was there). don't know if that will work for you, though. i am assuming that the new css will just be picked up...

brent85_98’s picture

Does anybody know how the print.css works, what it grabs to be included in a print job?