The best way to
achieve this would be similar to the following code, (Assuming that you don't
have any text on the same line...)
<fo:block
text-align="end" font-size="12pt"
line-height="21pt"
font-family="Times" font-weight="bold"> <fo:external-graphic src="d:\fop-bin\fop\logo.gif"/> </fo:block> or:
<fo:external-graphic src="d:\fop-bin\fop\logo.gif"
display-align="after"/>
where you put how
you want it aligned in the display-align field.
In addition you can
create a table, if you have text on the same line as the logo
graphic.
Paul Branham
|
- image align Amit Kirdatt
- RE: image align Branham, Paul
- Re: image align Amit Kirdatt
- Re: image align Branham, Paul
- Re: image align Amit Kirdatt