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)} }

Must-have mockup pack for every graphic designer 🔥🔥🔥

Easy-to-use drag-n-drop Photoshop scene creator with more than 2800 items.

Related Discussion Topics

Nice and short text about related topics in discussion sections