Position image

Post here questions and problems related to editing and publishing DITA content.
Le Basque
Posts: 147
Joined: Sat Oct 19, 2013 8:21 am

Position image

Post 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
Radu
Posts: 9473
Joined: Fri Jul 09, 2004 5:18 pm

Re: Position image

Post by Radu »

Hi,

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

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Le Basque
Posts: 147
Joined: Sat Oct 19, 2013 8:21 am

Re: Position image

Post by Le Basque »

thank you,

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

thank you
Radu
Posts: 9473
Joined: Fri Jul 09, 2004 5:18 pm

Re: Position image

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply