if fo:region-before is not large enough to contain the entire contents of fo:region-before it may 'wrap' to the next page. If you're generating a one-page document, then it 'disappears'. Try increasing the size of fo:region-before by .5cm or 1cm and see if it comes back. If it does, then you've got a padding or margin attribute which you need to remove or somehow accommodate.

Web Maestro Clay

On Jan 24, 2005, at 3:52 PM, Luke Shannon wrote:
Thanks, I added single quotes, not sure how that was overlooked. Anyway
still no header.

I can't help but think that this is a sizing issue. Maybe a made a mistake
somewhere when converting to cm? Although everything seems to add up so I'm
not sure what is going on.



----- Original Message ----- From: "Andreas L. Delmelle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 24, 2005 6:43 PM Subject: RE: Need a little help


-----Original Message-----
From: Luke Shannon [mailto:[EMAIL PROTECTED]


Hi Luke,

Everything looks good except that my header is no
longer showing up. I am not catching any errors
thrown when FOP renders the PDF.
I can't figure out why it is not being shown.

The cause seems to be here:
<fo:external-graphic

src="url(file:///usr/tomcat/ac/images/topbanner/ nakheel_BL_pdf_panel.gif)"
height="2.47cm" width="20cm" scaling="uniform" />


IIRC that should be either:

  src="url('file:///...')" (mind the quotes!)

or

  src="file:///..."


HTH!

Greetz,

Andreas


--------------------------------------------------------------------- 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]



Web Maestro Clay -- <[EMAIL PROTECTED]> - <http://homepage.mac.com/webmaestro/> My religion is simple. My religion is kindness. - HH The 14th Dalai Lama of Tibet


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



Reply via email to