Hello I'm Stefano, I found few days ago the way to create
A block in an absolute position. The correct way is to
Create a "block-container" in a fixed position and put
inside a block where you can put anything.
An example, inside a BODY :
<xsl:for-each select="BODY">
<fo:block-container height="19cm"
width="9cm"
left="0cm"
top="0cm"
position="absolute" border-width="0.01mm"
border-style="solid" >
<fo:block>
</fo:block>
</fo:block-container>
<fo:block-container height="19cm"
width="9cm"
left="9cm"
top="0cm"
position="absolute" border-width="0.01mm"
border-style="solid" >
<fo:block>
</fo:block>
</fo:block-container>
Bye
Stefano
-----Original Message-----
From: [m] zentrale | andre marthaler [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 27, 2002 3:09 PM
To: [EMAIL PROTECTED]
Subject: Block Absolute Postions
Hello,
i want define an fo:block on an Absolute Position, but i dont find any
Info about this in any Tutorial.
Can anybody help me, where i can define an absolute Position on my
page??
Thx a lot .
Andre.
[--My Bad English--]