HI,
I have a website with background colours which are important at the time of printing, but IE removes all colours from page.
I know there is some settings to disable this on IE, but I can not rely on users to get into IE settings to disable this option from IE.
Is there any way to disable this from my web page, or some way arround?
Thanks in advance.
You cannot modify the browsers settings from within your code (think of the security-implications). Your users will have to explicitly allow background colors/images, or you would have to provide them an image to print instead. Another option is to provide a print-sheet that uses completely different styles and does away with your reliance upon a background color/image.