George Tsopouridis wrote:
is it possible to allign a block-container inside a table-cell (block-container has less width than cell );;
I don't understand your question, but this is what it sounded like: <fo:table-column column-number="1" column-width="50%"/> ... <fo:table-cell> <fo:block> <fo:block-container width="40%"> <fo:block> Text in BC inside cell </fo:block> </fo:block-container> </fo:block> </fo:table-cell>
Also, is it possible to allign my cell-content at cell-bottom (vertically);;
Yes. Use display-align="after" property on fo:table-cell element. Regards, Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
