Re: Aligning elements
ruud grosmann <[email protected]>
| Newsgroups | gmane.text.xml.fop.user |
|---|---|
| Message-ID | <CA+chMgt9UoLeWiwGOw2Q49PT_0DLn-gXSNTKfzRfvc+fcA7h5Q@mail.gmail.com> |
On 29/11/2017, Nikolay Borisov <[email protected]> wrote: > Hello, > > > I'm struggling to make fop align my elements the way I want them to be. I > have the following layout: > hello Nikolay, I don't know what effect exactly you're wanting to get, but you can try using tables or experiment with the effect of this: <fo:block space-after="5pt" text-align="right"> <fo:inline> Short1 N:</fo:inline> <fo:inline-container width="10em"> <fo:block border="solid thin">text 2</fo:block> </fo:inline-container> </fo:block> regards, Ruud