[thelist] printing images (coupons)

Dave schemer at cyou.com
Sat Jan 5 08:27:40 CST 2002


I was wondering what my options are for an online coupon in .gif or .jpg
format, to be printed out without using up alot of extra ink on the end
users printer. I can get the coupon to print without a problem but some
of the other images on the page print along with it. I have a gradient
background on the page (doesn't print, don't want it to) and a gif as a
page header, along with the coupon. Here is the code I am using:

<html>
<head>
<title>coupon</title>
</head>
<body background="gradient.gif">
<p align="center><img src="coupon.gif" width=XX height=XX>
    <a href="#" onClick="window.print()"> click to print</a></p>
</body>
</html>

I am aware that I can rewrite the page with two frames and print just
one of them but was wondering if there are any easy options I am
overlooking. I need it to be client side too.
Thanks,
Dave Ksobiech





More information about the thelist mailing list