Line-height
Autore: Miloslav B.
Visite 1091,
Followers 1,
Condiviso 0
How to change line spacing in a dynamic document.
Postato il
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?
Autore
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.