WebSite X5Help Center

 
Miloslav B.
Miloslav B.
User

Line-height  en

Author: Miloslav B.
Visited 1470, Followers 1, Shared 0  

How to change line spacing in a dynamic document.

Posted on the
3 ANSWERS
Andre E
Andre E
Moderator

you can only use a bigger font in here.

Maybe make this an Idea post, pherhaps Inco can make this in future releases?

Read more
Posted on the from Andre E
Miloslav B.
Miloslav B.
User
Author

More settings would be useful in a dynamic document. Line spacing, edges around the image, dropper of paint .... and the like

Read more
Posted on the from Miloslav B.
Miguel Galarza
Miguel Galarza
User
Best User of the month EN

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.

Read more
Posted on the from Miguel Galarza