----- Original Message ----- From: "Clay Leeds" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 24, 2004 4:45 PM Subject: Re: PDF: no border, file name
> > 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"/> You are right, border seems belongs into the <fo:block tag. I have a book, not FOP-spezific but XSL-FO specific which tolt me to put border elsewhere. Thank you. Wolfgang > </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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]