Problem Background Image with block
Posted: Thu Apr 17, 2014 10:17 am
Hi,
I have page consisting of a logo, a text and edging of an image.
The edging is background and must fill the page.
line.tif : 4970x7019 pixels
image.jpg : 570 x 598 pixels
My problem : line in the background is not going to bottom of page
thank you
I have page consisting of a logo, a text and edging of an image.
The edging is background and must fill the page.
Code: Select all
<fo:flow flow-name="xsl-region-body">
<fo:block background-image="line.jpg" text-align="left">
<fo:block space-before="7mm" space-before.conditionality="retain">
<fo:table>
<fo:table-column column-width="200mm" />
<fo:table-column column-width="10mm" />
<fo:table-body>
<fo:table-row>
<fo:table-cell text-align="right">
<fo:block>
<fo:external-graphic src="logo.tif" />
</fo:block>
</fo:table-cell>
<fo:table-cell>
<fo:block />
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:block>
<fo:block color="#33ccff" font-size="22pt" font-weight="bold" line-height="140%" margin-left="20mm" space-before="12mm" space-before.conditionality="retain" line-height-shift-adjustment="disregard-shifts" font-family="Helvetica, Arial Unicode MS">IT Tools<fo:block color="#003399" font-size="22pt" font-weight="bold" line-height="140%" line-height-shift-adjustment="disregard-shifts" font-family="Helvetica, Arial Unicode MS">User Guide</fo:block>
<fo:block margin-right="12mm" space-before="40mm" space-before.conditionality="retain" text-align="end" >
<fo:external-graphic src="image.jpg"/>
</fo:block>
</fo:block>
image.jpg : 570 x 598 pixels
My problem : line in the background is not going to bottom of page
thank you