Sells, Fred wrote:

I'm trying to use background-image to produce a lined body so that the use
can write additional notes on the printed form.  I have tried both gif and
jpg without success.  I've read XSL formatting objects by Lovel and revied
the fop faq's.  I'm still stumped and obviously missing something quite
simple.  Here's what I've tried.
...
<fo:flow flow-name="xsl-region-body" background-image="linebackground.jpg">

Which FOP version are you using? Did you get error messages? How do you run FOP: from the command line or embedded?

It is possible that FOP just can't find the file.
You should also try to add background-image to the region, i.e.
 <fo:simple-page-master name="..." ...>
   <fo:body background-image="linebackground.jpg"/>
   ...

J.Pietschmann



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to