WebSite X5Help Center

 
Miloslav B.
Miloslav B.
User

Line-height  en

Автор: Miloslav B.
Просмотрено 1468, Подписчики 1, Размещенный 0  

How to change line spacing in a dynamic document.

Размещено
3 Ответы
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?

Читать больше
Размещено От Andre E
Miloslav B.
Miloslav B.
User
Автор

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

Читать больше
Размещено От Miloslav B.
Miguel Galarza
Miguel Galarza
User
Лучший пользователь месяца 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.

Читать больше
Размещено От Miguel Galarza