سؤال

I have a 2x1 table, and I was wondering how to have the content of one of the cells fill from the bottom up.

Creating a block-container with attribute position="bottom" didn't seem to do anything.

هل كانت مفيدة؟

المحلول

Try adding display-align="after" to your fo:table-cell.

<fo:table-cell display-align="after">
  <fo:block>...</fo:block>
</fo:table-cell>
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top