# CSS background image printing problem

**URL:** https://forum.kirupa.com/t/css-background-image-printing-problem/194802
**Category:** web dev
**Created:** [July 26, 2006, 1:21pm UTC](https://forum.kirupa.com/t/css-background-image-printing-problem/194802 "2006-07-26T13:21:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Novate](https://avatars.discourse-cdn.com/v4/letter/n/3bc359/32.png) [@Novate](https://forum.kirupa.com/u/Novate)
#### Post date: [July 26, 2006, 1:21pm UTC](https://forum.kirupa.com/t/css-background-image-printing-problem/194802/1 "2006-07-26T13:21:35Z")

</div>

im trying to make my page printing friendly, but by default all the table background images are not printed, so i tried calling my background image using css:

\<link href=“style.css” rel=“stylesheet” type=“text/css” media=“screen” /\>  
\<link href=“print.css” rel=“stylesheet” type=“text/css” media=“print”/\>

and in both css files i have the same class:

.printNow{  
background-image: url(bg1.gif);  
}

but there is no luck, the background is still not printing

any suggestions?
