How to enable background printing by default using CSS or JavaScript from all browsers' default settings?
Is there any way to print out something like, when the user Prints out the page?
<div id="test" style="background:#000000; color:#FFFFFF"> Black Stripe </div>
I'm trying to print a web page form in IE with a background-image; now the issue is that it is not showing background-image in its print. Is there a way to ...