- From: Jeremias Maerki <dev@jeremias-maerki.ch>
- Date: Thu, 07 Aug 2008 08:20:49 +0200
- To: www-xsl-fo@w3.org
That's as simple as doing this: <fo:block> Text Text Text </fo:block> <fo:block> <fo:external-graphic src="..."/> </fo:block> On 06.08.2008 06:27:22 bilal ilyas wrote: > Hi All, > > i want to move graphic down if the text in the block increases, i have tried > relative positioning but can't come up with the exact solution > > the example below shows what i am trying to achieve > > here image is right after the text ends > --------------------- > Text > Text > Text > ------------ > Image > ------------ > > --------------------- > > Now if the text increases the image should move down > > --------------------- > Text > Text > Text > Text > Text > ------------ > Image > ------------ > > --------------------- > > Thanks in advance, > > -- > Regards, > Bilal Ilyas Jeremias Maerki
Received on Thursday, 7 August 2008 06:21:22 UTC