How do I get complete page to print

Events happening in the community are now at Drupal community events on www.drupal.org.
don greco's picture

Stupid question, I know .

How do I get the theme to print like it looks on the screen ? (File-Print, File-Print Preview)

Do I have to make print_tpl.php & print.css files within the individual themes ??

Thanks again
Don Greco

Comments

print.css is the print style sheet

Chris Charlton's picture

The print.css file in a theme is used for print styles only, so either remove this file or alter it to affect how a page prints.

Chris Charlton, Author & Drupal Community Leader, Enterprise Level Consultant

I teach you how to build Drupal Themes http://tinyurl.com/theme-drupal and provide add-on software at http://xtnd.us

Have you tried the Print module?