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]
