Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

CSS: @media print attributes

by AlexTape (Monk)
on Sep 13, 2011 at 12:05 UTC ( [id://925687]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <style type="text/css">
    @media print {
    BODY {background-color: inherit !important;background-image: inherit !
    +important;}
    ...
    </tr>
    </table>
    </body>
    
  2. or download this
    user_pref("print.printer_<printername>_(DIRECT).print_bgcolor", true);
    user_pref("print.printer_<printername>_(DIRECT).print_bgimages", true)
    +;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://925687]
Approved by AR
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 03:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found