Is there a method to maintain row striping in the printout like it appears on screen?
<div id="test" style="background:#000000; color:#FFFFFF">Black Stripe</div>
I would like to create a page with consistent row stripe formatting for printing, but when users try to print, the background is lost.
Instead of instructing each user on how to enable print backgrounds in their browser settings, is there a way through CSS, HTML or JavaScript to achieve this programmatically?