WebSite X5Help Center

 
Miloslav B.
Miloslav B.
User

Line-height  en

Autor: Miloslav B.
Visitado 1467, Seguidores 1, Compartilhado 0  

How to change line spacing in a dynamic document.

Publicado em
3 RESPOSTAS
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?

Ler mais
Publicado em de Andre E
Miloslav B.
Miloslav B.
User
Autor

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

Ler mais
Publicado em de Miloslav B.
Miguel Galarza
Miguel Galarza
User
Usuário do mês 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.

Ler mais
Publicado em de Miguel Galarza