By brent85_98 on
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
RE: How to get website theme to print
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)
page.tpl.php
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
maybe
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...
Print.css
Does anybody know how the print.css works, what it grabs to be included in a print job?