> -----Original Message-----
> From: Thirugnanam, Kalusivalingam
>

Hi,

> Surprisingly if I move the create a new block with only 15th then it is
> working fine with inline/wrapper.
>
> But if I add this with some additional text, it still shows one character
> space between 15 and th.

Strange... the only thing I can think of would be that you have something
like:

<fo:inline>15
  <fo:inline ...>th

or

<fo:inline>15<fo:inline ...>
  th</fo:inline>

in which case there's a line separator in the source --flattened to a space
during formatting.

If this is so, be sure to avoid it.

HTH!

Greetz,

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to