ok chris i'll continue my description and i'll tell you: if i put a table inside table-cell, how can i have align for my block-container (right-center-left) inside new table... I think that l'll make a loop without result...I must tell you that i am using block-container, because i think that is the only object which you can define width...
thanks again cbowditch wrote: > > 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] > > > -- View this message in context: http://www.nabble.com/fop-block-container-alignment-%28cell-alignment%29-tp18481551p18491689.html Sent from the FOP - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
