xmlgraphics-fop-dev mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From Alan McDade <AMcD...@impower.co.uk>
Subject RE: 20mm space between inline tag
Date Tue, 09 Oct 2001 14:48:38 GMT
Try start-indent="20mm"

Alan

-----Original Message-----
From: Marc Jenzer [mailto:marc.jenzer@j-solution.ch]
Sent: 09 October 2001 12:25
To: fop-dev@xml.apache.org
Subject: 20mm space between inline tag


Hello

How can I insert 20mm spaces between two inline tags? This don't work:

1) 
<fo:block>
  <fo:inline><xsl:value-of select="xxx"/></fo:inline>
  <fo:inline space-start="20mm"><xsl:value-of select="yyy"/></fo:inline>
</fo:block>

--> WARNING: property 'space-start' ignored


2)
<fo:block>
  <fo:inline><xsl:value-of select="xxx"/></fo:inline>
  <fo:inline padding-left="20mm"><xsl:value-of select="yyy"/></fo:inline>
</fo:block>

--> no warning

Any suggestion?

Thx

Marc

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Mime
View raw message