George Tsopouridis wrote:

Hello cbowditch and thanks for your answer,

I understand the display-align="after" property on fo:table-cell element.
But i cannot i cannot understand how can align the whole block-container
inside cell
example align right of block container

 ----------------------------------------
|     cell                          ----------     |
|                                  | container|    |
|                                   ---------       |
 ----------------------------------------

Oh I see. You will need to create an inner fo:table in the fo:table-cell to allow the block-container to be aligned to the right. Blocks are stacked in the block-progression-dimension i.e. y direction so you are forced to use a table to place the block-container to the right of the other cell contents.

<snip/>

Chris



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

Reply via email to