How do I change the spacing between lines of text?
To change the spacing between lines of text, you will need to edit the HTML code. The spacing can be changed inside a single section
Note: This is an advanced topic and requires previous HTML knowledge.
To change the spacing between lines of text in a specific block:
- Click on the Edit icon
on the section where you want to change the line spacing.
- On the left panel, click on
or in the toolbar of the block, click on the HTML button.
- Look for the "Line-Height" attribute in the code. If it is not in there, you can type it in.
<TD style="FONT-SIZE:13px; COLOR:#000000; LINE-HEIGHT:20px; FONT-FAMILY:Arial,Helvetica,sans-serif">
- Change the Line-Height value.
- Click Save & Close.
Was this FAQ helpful?
Thank you for your feedback
|
|