K
Konstantin Kosinsky795314850
I need lines below and above image.
I used:
<fo:block
border-bottom="0.003in solid black"
padding-before="0in" padding-top="0in"
padding-start="0in"
padding-bottom="0in" padding-after="0in"
margin-top="0in" margin-bottom="0in"
space-before="0in" space-after="0in"
background-color="red" display-align="center">
<fo:external-graphic src="url('{@static}{@banner}')"
content-height="100%"
content-width="100%"
padding-top="0in"
padding-bottom="0in"
space-after="0in"
/>
</fo:block>
But in any case I see space between image and block border.
Sorry for my non-native english.
I used:
<fo:block
border-bottom="0.003in solid black"
padding-before="0in" padding-top="0in"
padding-start="0in"
padding-bottom="0in" padding-after="0in"
margin-top="0in" margin-bottom="0in"
space-before="0in" space-after="0in"
background-color="red" display-align="center">
<fo:external-graphic src="url('{@static}{@banner}')"
content-height="100%"
content-width="100%"
padding-top="0in"
padding-bottom="0in"
space-after="0in"
/>
</fo:block>
But in any case I see space between image and block border.
Sorry for my non-native english.