i am facing one issue related browser print. i want to be checked background colors and images option by default if it is unchecked by user. Is there any script in jquery/javascript to do this...
Asked
Active
Viewed 1,032 times
0
-
Visit [this][1] [1]: http://stackoverflow.com/questions/14987496/background-color-not-showing-in-print-preview property -webkit-print-color-adjust: exact; – nkazakov Feb 01 '14 at 07:27
1 Answers
0
I'm pretty sure this is not possible, these are print settings for the user and the browser doesn't provide an API for them
The best idea is to properly provide media=print
styling so your page looks decent when printed.

helion3
- 34,737
- 15
- 57
- 100