defiantclass1
Posts: 24
|
| Posted: 01/18/2006, 7:12 PM |
|
Hello,
I have an image of a form. I want to bring in the image on to a page and develop my data fields over the image placing fields where they need to be on the form and print it.
Can this be done? I've done some testing and I can see the image in a browser, but when I look at the print preview only the fields are there, no image.
Thanks
|
 |
 |
peterr
Posts: 5971
|
| Posted: 01/19/2006, 12:53 AM |
|
It can be done the way you described. But printing is a different animal and you would need to configure your Web browser options to print background images.
Alternatively, you could use a regular image instead of background image, then use CSS or DHTML to overlay fields on top of it. This is just a tip but I cannot get into details without Googling for specific solutions, which you may also want to do.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
TheunisP
Posts: 342
|
| Posted: 01/19/2006, 1:24 AM |
|
in IE ....Tools - Internet Options - Advanced - Printing - Print background colors & Images
|
 |
 |
|