Mike,

On 6/6/2003 9:55 AM, Partridge, Michael wrote:
but to no avail. I've also tried using white-space-collapse="false" in
the enclosing <fo:block>, but it still seems to be lost as well as
causing problems due to stylesheet indenting. Has anyone else run into
this problem?

Mike

In my experience, when I have weird alignment problems like this, I place the contents of the <fo:block> inside <fo:inline> and it helps:


<fo:block>
  <fo:inline>[Insert your value here]</fo:inline>
</fo:block>

Works for me...
--
Clay Leeds - [EMAIL PROTECTED]
Web Developer - Medata, Inc. - http://www.medata.com
PGP Public Key: https://mail.medata.com/pgp/cleeds.asc


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



Reply via email to