Hoang Nam wrote:
> 
> Hello all,
> 
> I have put the property text-decoration="underline" in block level and it
> did not work .
> It works only in inline object.
> 
> Could sombody tell me what I am doing wrong ? Could we have the property
> text-decoration in a block ? Or it is not implemented yet in block in FOP ?

>From the CR:
"If the property is specified for a block-level element, it affects all
inline-level descendants of the element."

So it should work but is not implemented yet. Text-decoration only works with
inline at the moment.

Workarround:
<fo:block>
<fo:inline text-decoration="underline">
your text...
</fo:inline>
</fo:block>

> Thanks alot !
> 
> Nam

Christian

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

Reply via email to