Hi 

is it possible to have text wrap around an image in a block, table-cell, or
inline container (or any way at all)?

See below which just places all the images one after the other...
<fo:table-cell>
       <fo:block font-size="10pt"
                        font-family="sans-serif"
                        text-align="start"
                        padding-top="2pt">
                   <xsl:apply-templates />
                  
    <xsl:for-each select="child::[EMAIL PROTECTED]'attached_Media']">
          <fo:block">
              <fo:external-graphic width="2.5cm" src="{*/A|a/img/@src}" />
          </fo:block>
   </xsl:for-each>
        </fo:block>
    
   </fo:table-cell>

-- 

Regards

Tim Cavanagh
Technical Coordinator
MindMedia
Douglas Mawson Institute of Technology
1 Mundy St
Port Adelaide 
SA 5015
 
Phone +618 83032669
Fax   +618 83032667

"What can be done with fewer assumptions is done in vain with more"
William of Ockham

Reply via email to