Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi,
The XML has table entries with "...Shading='gray4'" as shown below. Those entries cause tables in Word/RTF output to have cells with gray background. The gray table cells are required in PDF file but not in Word/RTF and both file types are created from the same XML. How can we get the table cells to display with white background rather than gray when Shading='gray4' is used in table entries in the Word/RTF output?
We are using Styler in E3 v7.0.
Thanks in advance for your help!
Regards,
Morais Burge
********XML SNIPPET******
<row>
<entry><?Pub _cellfont Shading="gray4"?><para> </para></entry>
<entry><?Pub _cellfont Shading="gray4"?><para> </para></entry>
<entry><?Pub _cellfont Shading="gray4"?><para> </para></entry>
</row>