PDA

View Full Version : Forcing background colors for printing.


Zero Angel
12-01-2002, 05:19 PM
Is it possible to do if the user has their 'print background colors' option turned off?

cbkihong
12-01-2002, 05:56 PM
Nope.

Document printing is the business of the user and browser, and has nothing to do with HTML/Javascript/CSS/.....

Note that you can't even programmatically instruct a page to be directly printed. So is the background color.

BoR|S
12-02-2002, 03:25 AM
Originally posted by Zero Angel
Is it possible to do if the user has their 'print background colors' option turned off?

There is another solution beside using DTD for printing, but this solution is kinda lame: instead of background, use an image, this way it will be printed... :D