Using the following fop:
<fo:table-header background-color="blue">
<fo:table-row>
<fo:table-cell><fo:block font-color="white">Account
No</fo:block></fo:table-cell>
<fo:table-cell><fo:block
font-color="white">Currency</fo:block></fo:table-cell>
<fo:table-cell><fo:block
font-color="white">Date</fo:block></fo:table-cell>
</fo:table-row>
</fo:table-header>
... Im getting the following output from the fop parser:
[ERROR] property 'font-color' ignored
[ERROR] property 'font-color' ignored
[ERROR] property 'font-color' ignored
Any ideas on changing the font colour? Ive set my table header background to
be blue. Now I'd like my text to be white over it.
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]