Kelvin Zheng wrote:
> Has anyone successfully displayed image at page header as the following:
> 
>         <fo:static-content flow-name="xsl-region-before">
>                 <fo:block>
>                     <fo:external-graphic 
> src="http://xml.apache.org/fop/resources/logo.gif";>
>                     </fo:external-graphic>
>                 </fo:block>
>         </fo:static-content>
> 
> The image doesn't show up for me and received a warning message 
> "Warning: Some static content could not fit in the area.".
> 
> I tried very small image. It doesn't help.

It's probably still too large. Try to scale it down, for example


   <fo:external-graphic height="10mm"
     src="http://xml.apache.org/fop/resources/logo.gif"/>

J.Pietschmann


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

Reply via email to