I have a (XHTML)page that contains a table with some cells, and some of the cells are grayed, but when i print the document in IE 8 all cells are white what am i doing wrong?
Is there some way to force IE to print the document as it is rendered?
I have a (XHTML)page that contains a table with some cells, and some of the cells are grayed, but when i print the document in IE 8 all cells are white what am i doing wrong?
Is there some way to force IE to print the document as it is rendered?
Are you using browser safe color codes?
A code snippet would be helpful.
In IE8 under Tools -> Internet Options ... under the Advanced tab there is an option under printing titled "Print background colors and images". This is the only way I know of to print background colors on a table. I've tried a number of times to do it in code to no avail. This seems to be an option that must be chosen by the user.