On Sep 24, 2004, at 4:41 AM, Johannes Wolfgang Woger wrote:
Hi,

my gernerated pdf file which I download form my printServlet, does not show any

border:

    <fo:region-body border="solid 2pt red"/>

is without effect.

I don't know if this is it, but I always write mine as:

<fo:region-body border="2pt solid red"/>

Wait a minute. I don't know if you can add a @border to region-body. Can you place the border on a child fo:block of region-body?

<fo:region-body>
<fo:block border="2pt solid red"/>
...
</fo:block>
</fo:region-body>

I can't help with the 2nd question.

Web Maestro Clay


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



Reply via email to