Try putting backgound-color in the table-cell element. You can even put it in the table-column element if it makes sense to do so. Also, since you explicitly define the width of columns ahead of time, you should never need a spacer image like you do in HTML.
> -----Original Message----- > From: Maneshi Tuli [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 10, 2001 3:13 PM > To: [EMAIL PROTECTED] > Subject: column color > > > > Hi , > I am not able to display the column color if column value is null > > my code is > > <fo:table-cell number-columns-spanned="5"> > <fo:block font-size="12px" color="#333333" > font-family="serif" text-align="center" > background-color="#CCCCCC" vertical-align="bottom" font-weight="bold"> > <fo:external-graphic > src="file:C:/XMLWork/HTML/InSight/images/common/spacer.gif"/> > </fo:block> > </fo:table-cell> > <fo:table-cell number-columns-spanned="5"> > <fo:block font-size="12px" color="#333333" > font-family="serif" text-align="center" > background-color="#CCCCCC" vertical-align="bottom" > font-weight="bold">Asset Class Composition %</fo:block> > </fo:table-cell> > > It displays the color for 2nd block , but not for first one > . > Plz help me , how can i get the color for 1st block > > > Maneshi Tuli > 212-454-1646 (O) > 732 -882-0353(H) > > > > -- > > This e-mail may contain confidential and/or privileged > information. If you are not the intended recipient (or have > received this e-mail in error) please notify the sender > immediately and destroy this e-mail. Any unauthorized > copying, disclosure or distribution of the material in this > e-mail is strictly forbidden. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]