|
[
Permalink
| « Hide
]
Helen Foster added a comment - 12/Jan/09 05:36 PM
Ralf, thanks for reporting this issue. Reassigning to Martin...
<link rel="stylesheet" type="text/css" media="print" href="<?php echo $CFG->themewww .'/'. current_theme() ?>/styles_print.css" />
should do the trick to hide menu from printed pages. Then create styles_print.css that sets display: none on any elements that you don't want to print: #moodlemenu { or for example some additional tags #header, #footer, .navbar, #left-column, #right-column {
Ralf,
what do you mean by "_ Personal profile pictures are not printed."? I tried to print my profile and it worked ok - which pages do not show profile pictures when you print them? |
||||||||||||||||||||||||||||||||||||||||