views:

112

answers:

3

i have one image background of table with following syntax

style="background-image(URL)"

the problem is when i print it on printer it did't print.

can you please tell me how to get this

image background also get it printed on paper as watermark.

i need any code not to ask every user to change the browse settings.

Thanks

+3  A: 

This can be configured from within the browser. When you open print options, there is an option asking you whether to print background images. :)

Web Logic
A: 

Most browsers have an option to print backgrounds. In FF 3.6.3, under File --> Page Setup --> Print Background (Colors and images)

Jason
+1  A: 

As you might have noticed from the answers, browsers by default do not print background images. Also, there is no way to coerce all the visitor's browsers into printing the watermark.

A possible way to force the watermark to be printed is to create a div which is positioned under the content with multiple repeats of an IMG tag containing the watermark. This is horribly kludgy.

ivans