Skip to content

[Item] Table-Formatting is not applied. #1170

Answered by JAC28
JAC28 asked this question in Q&A
Discussion options

You must be logged in to vote

Thank you for the quick and helpful answer. To document the solution:

Despite the correct formatting within the template preview e.g. based on styling for the total table row such as

<tr style='background-color: #008c4f; color: #ffffff' ><th>Param</th><th>Value</th></tr>

the styling is not applied correctly to the created note. Instead, the formatting has to be defined for each cell individually. For the given application, for example:

<tr><th style='background-color: #008c4f; color: #ffffff' >Param</th><th style='background-color: #008c4f; color: #ffffff' >Value</th></tr>

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@JAC28
Comment options

Answer selected by JAC28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants