On 6/26/2003 10:35 AM, Andreas Delmelle wrote:
i'm speaking from neither, but the desired result seems a little awkward (?)

better-formed :

<fo:block>PErf.</fo:block><fo:block>2003</fo:block> etc.

touche'! This is definitely a better solution, although this will involve wrapping the words, instead of creating breaks at the ','.


or

<fo:block>PErf.&#160;2003&#160;2002&#160;2000</fo:block>
( optional : defining entity for "&#160;" to make it more readable )

This example probably won't help much, since &#160; equates to a non-breaking space (&nbsp;) which would force all of the elements on one line. I use it in my example wrapped with <fo:block> & </fo:block> tags causing the linefeed.


--
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