background color print without change browser settings http://forums.asp.net/t/1796638.aspx/1?background+color+print+without+change+browser+settings+Wed, 25 Apr 2012 22:16:44 -040017966384949865http://forums.asp.net/p/1796638/4949865.aspx/1?background+color+print+without+change+browser+settings+background color print without change browser settings <p>Hi,</p> <h1><span class="threadtitle">background color &amp; images print without change any browser settings ..</span></h1> 2012-04-25T06:04:11-04:004949885http://forums.asp.net/p/1796638/4949885.aspx/1?Re+background+color+print+without+change+browser+settings+Re: background color print without change browser settings <p>Not sure your problem, but I assume you dont want to print images and backound color.</p> <p>you should create one more CSS file and add that in the page with</p> <pre class="prettyprint">media='print'</pre> <p>in that you should add all possible classes that you want to handle.</p> <p>to disable image say</p> <pre class="prettyprint">img { display:none; }</pre> <p></p> <p></p> 2012-04-25T06:13:10-04:004951648http://forums.asp.net/p/1796638/4951648.aspx/1?Re+background+color+print+without+change+browser+settings+Re: background color print without change browser settings <p>Goud,</p> <p>The question is not so clear,</p> <p>do you want to print the background image or want to avoid printing the image ?</p> <p></p> <p></p> 2012-04-25T22:16:44-04:00