Tagged: administrator, help, support
I am trying to make there be more space between lines of text on my website.
How do i do that in HTML? I want to affect a text block.
Hi elliotstiller,
You could do something like this in the text block:
<p style="line-height:24px !important;">
Your text here
</p>
Best regards,
Rikard
Thank you attempting, but that did not work. I followed your directions and tested on my website; the writing “<p style=… to ;”>
appeared in actual rendering of the webpage, which it should not have
and the line spacing did not get changed.