Hello
I used fop 0.20.5
I want to write text with different background
this code doesn't work
<fo:block>
<fo:inline background-color="blue">Hello</fo:inline> <fo:inline background-color="red">World</fo:inline>
</fo:block>
fo:inline hasnt been fully implemented. At the moment its functionality is the same as fo:wrapper, so that the background-color property should be inherited by nested FOs inside the inline, but the property has nop effect on the inline itself.
Chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
