Page 1 of 1

Position image

Posted: Fri Feb 28, 2014 1:37 pm
by Le Basque
Hi,

I would like to position an image 5mm the right margin of a document for pdf publication
I used :

Code: Select all

<fo:block margin-right="50mm"> 
it is not ok
it must use the padding ?

Thank you

Best regards

Re: Position image

Posted: Fri Feb 28, 2014 5:00 pm
by Radu
Hi,

You should try to specify text-align="end" on the block.

Regards,
Radu

Re: Position image

Posted: Fri Feb 28, 2014 6:23 pm
by Le Basque
thank you,

I can specify text-align="end" on the block and specify margin-right="20mm" ?

thank you

Re: Position image

Posted: Mon Mar 03, 2014 9:37 am
by Radu
Hi,

I'm not sure, you should try it.
We do not work that much with XSL-FO formatting, maybe you should consider asking XSL-FO specific questions to specific XSL-FO mailing lists.

Regards,
Radu