BWHAHA
Many thanks Chuck.. it worked just fine..
Interestingly the color= does NOT show up as auto-completion in xml spy
4.3.
Of course I should not be so dependant on auto-complete ;P
-Michael
Advertising
-----Original Message-----
From: Chuck Paussa [mailto:[EMAIL PROTECTED]
Sent: Monday, May 13, 2002 3:38 PM
To: [EMAIL PROTECTED]
Subject: Re: foregroundColor
Michael J. Godfrey wrote:
>Greetings,
> How do I make this..
><fo:table-row height="7mm" background-color="#739ECE" >
>
>
>And add foreground-color="#FFFFFF" ?
>
>I am using XML Spy and the auto-complete doesnt seem to display it.
>
>Thanks,
>Michael
>
>
Foreground-color = color
So: It's
<fo:table-row height="7mm" background-color="#739ECE" color="#FFFFFF">
Chuck