DNG Artifact Table and Cell Border Colors Not Published Correctly by RPE
![]() I have a table embedded in a DNG artifact that was created by DNG. (In a DNG artifact: Insert > Table)
I need to control the color of the borders and cell backgrounds. So I changed the border color setting of some of the table cells using the right click menu > Cell > Cell Properties > Border Color.
RPE template structure
When I publish the artifact with RPE, the table is published and the background color is correct but the border colors are wrong.
RPE's console displays the following information:
Thanks in advance for any advice!
|
One answer
![]() Hi Bob,
Comments I could replicate the issue for border style. Try adding the below code in the text element in javascript tab with XHMTL input/output options checked.
Kumar, thank you for getting to the bottom of this issue.
Can you explain how to use hex colors for DNG artifact table cell borders?
In DNG v6.0.3, when I am in edit mode on an artifact with an embedded table, I right click on the table cell, select Cell > Cell Properties, and in the Border Color property, I select More Colors. In this "Select Color" dialog box, I can enter a hex color. When I click OK, the hex color is not transferred to the Border Color field. The Border Color field remains an RGB triplet and is thus not honored by RPE.
Hi Bob,
|
Comments
What if you use the hexadecimal format, such as #CC9900?
Donald, thanks for your response.