- From: jlr <jean.stachler@crown.com>
- Date: Tue, 13 May 2008 09:11:49 -0700 (PDT)
- To: www-xsl-fo@w3.org
Brandon Nason wrote:
>
> For the headers in my document I want to have the section Number aligned
> at 0.5" and the Title aligned at 1.0" how do I do this?
>
If you use block, you can state exactly where you want the alignment.
<fo:block-container
absolute-postion="absolute"
left="1in">
<fo:block>
<.........rest of the stuff>
</fo:block>
</fo:block-container>
Hope this helps.
jlr
--
View this message in context: http://www.nabble.com/Align-text-to-multiple-margins-tp17210464p17212376.html
Sent from the w3.org - www-xsl-fo mailing list archive at Nabble.com.
Received on Tuesday, 13 May 2008 16:12:23 UTC