I want to overlay text and a transparent GIF image so that when the user prints the web page it prints as displayed.
(The image is an artiistic border for a coupon; the text gives the details of the offer in the middle.)
Problem is, if I declare the image as background="myimage.gif" then by default most browsers don't print the image.
If I declare the image as foreground with img src="myimage.gif" then I don't know how to overlay it and the text.
Can I do this with straight HTML? If not, can I do it with CSS? How?
Thanks in advance,
- Rich
