Re: Line art drawings for web

L
Posted By
LenHewitt
Jul 18, 2006
Views
1097
Replies
0
Status
Closed
Christy,

A more sophisticated solution may be to use CSS.

By defining a <div> or <table> class with the image as a background and having an @media print section to your CSS, you can specify a different file to be used when printing to the one used when viewing:

table.image1 { background-image: url(your_low_rez_image1.gif)} table.image2 { background-image: url(your_low_rez_image2.gif)}

@media print{

table.image1 { background-image: url(your_hi_rez_image1.gif)} table.image2 { background-image: url(your_hi_rez_image2.gif)} }

How to Improve Photoshop Performance

Learn how to optimize Photoshop for maximum speed, troubleshoot common issues, and keep your projects organized so that you can work faster than ever before!

Related Discussion Topics

Nice and short text about related topics in discussion sections