Thursday, 24 November 2011

XSLT Newbie problem

XSLT Newbie problem

Hello! I'm kinda new here. I have the following situation.

I am using EditiX to generate some PDF's automatically. I have a block and I want to align my text in the middle. In other words I want to position the text in the center of the vertical and horizontal axes.

Code:

<fo:table-cell border="thin black solid">                                                                               

<fo:block text-align="center" font-size="18pt" font-family="Arial">My File System Log</fo:block>
</fo:table-cell>

Thanks!

No comments:

Post a Comment