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 create a page with row striping in the printout the same way it appears on screen. When they go to print , it of course drops the background. Besides telling each user how to enable print backgrounds in their browser, is there a way programmatically via CSS/ HTML or Javscript to do this?