Sunday, February 3, 2013

how to print css background-color

If you want to print invoice or employee details or anything from html page with background color
just add this to the end of css element :

-webkit-print-color-adjust: exact;
 have fun :)

source link