I forgot...A very general way to think of it is images for web should be as small as possible (for page loading times, bandwidth usage, etc.) and images for print are to be as detailed or large as possible.
For arguments sake, if print resolution is 3 times that of screen resolution, or 3 pixels for every 1 pixel, then the printer must "guess" what the other 2 pixels should be.
<link rel="stylesheet" type="text/css" media="print" href="print.css" />
Main Topics
Browse All Topics





by: oceanbeachPosted on 2007-05-22 at 05:29:08ID: 19133257
Hello webprouk,
Displaying well on screen & printing well are two different critters. Screen resolution's are typically less than 100 dpi whereas print resolutions are typically more than 200-300 dpi. Printers require larger, more detailed images to print well or else it has to "fill in the blanks" as far as the difference in resolution. I am not sure what you are doing, but you could do is make a print style sheet and use higher quality images for that style sheet.
I hope this helps!
oceanbeach