Re: URGENT - size of image and fit on area

I'm looking at old posts and find your question.
I wonder how you are inserting your images.
I am inserting many images using the page of code below, and they get shrinked automatically whenever it's necessary (using FOP).
Hope this helps ...
<fo:block text-align="center">

<fo:external-graphic src="{concat(ancestor::mxdoc:article/@imagePath,@source)}"/>

</fo:block>

Received on Thursday, 19 December 2002 08:37:05 UTC