Printing with Carbone: Changing line height in table with newlines
Hello,
In ninox, I have a table which contains text with new lines.
Example:
"Introduction
This is an example..."
When I first printed it to Carbone it would not display the line breaks ("Introduction This is an example").
I figured out that I could use add the formater :html (or :convCRLF:html) into my word template to overcome this.
However, after doing this, the print result "overwrites" the line-height setting that I had in word and squeezes the text together...
I've tried other solutions like trying to force the line-height in the JSON script through html in Ninox, but it doesn't work, for instance with:
...
Content: html("<p style= line-height:200%;>" +
replace(i.'Table Content', "
", "<br>") +
"</p>")
...
Does anyone have a solution for this?
Reply
Content aside
- 5 mths agoLast active
- 35Views
-
1
Following