Line-height
Auteur : Miloslav B.
Visité 1088,
Followers 1,
Partagé 0
How to change line spacing in a dynamic document.
Posté le
How to change line spacing in a dynamic document.
you can only use a bigger font in here.
Maybe make this an Idea post, pherhaps Inco can make this in future releases?
Auteur
More settings would be useful in a dynamic document. Line spacing, edges around the image, dropper of paint .... and the like
Hello Miroslava:
You can use the <p> tag and give it the spacing by percentage.
Example:
<p style = "line-height: 100%;"> Hello <br> Hello. </p>
<p style = "line-height: 200%;"> Hello <br> Hello. </p>
<p style = "line-height: 300%;"> Hello <br> Hello. </p>
Test percentages to see if it is what you need.
Greetings.