----- Original Message -----
Sent: Tuesday, November 13, 2001 12:43
PM
Subject: RE: image align
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
[EMAIL PROTECTED]
24/7
Media, Inc.
Phone:(301)897-7722
It is in the static-region before and I am
trying to align it to the right side of the page instead of the default
left
----- Original Message -----
Sent: Tuesday, November 13, 2001
12:12 PM
Subject: RE: image align
According to
the short reference, you use before, center, or after.
Paul Branham
[EMAIL PROTECTED]
24/7 Media, Inc.
Phone:(301)897-7722
How do you align images..for example at
start, end, center of the page etc.
This is what my image block looks
like
<fo:external-graphic src="http://localhost:8080/some.gif" content-height="3cm" content-width="8cm"
/>
I tried "align=left" but that dosen't work
and I tried other things but no luck
Any help would be appreciated
thanks
Amit