Have an account? Sign in
Login  Register  Facebook
Removing images in printing a webpage
Me and my partner are currently working on a project regarding printing of a webpage. We are now currently half-way done with it, by printing only the part of the web page we needed. There is also a date picker code in our program (of course we placed a calendar picture in the web page) the problem now is that how can we be able not to include the picture of the calendar picture in printing?
Started: September 16, 2011 Latest Activity: September 16, 2011 dhtml html jsp printing
1 Answer
First You should clarify what is Date Picker - is it Your custom code, or Jquery\'s one. If its javascript widget as with Jquery, its a common problem with different browsers. My suggestion would be - try YUI calendar instead, it shows well on IE, Firefox and even old Opera. Example: this one By the way, Jquery\'s DatePicker shows well in Firefox 3.6.
and The picture is most likely a background image. Browsers don\'t print background images by default. You\'ll need to activate printing of background images (and colors) in your browsers options.
If that\'s not a option you\'ll need to change your code, so that the image becomes a normal image instead of a background image.
or Use a specific CSS for printing

Posted: MacOS
In: September 16, 2011

Your Answer

xDo you want to answer this question? Please login or create an account to post your answer