Newbie here. How do I decrease the space between lines in text?

  • 24 May 2012
  • 2 replies
  • 142 views

Newbie here. How do I decrease the space between lines in text?


2 replies

Hi Wayne,

One way is to use multiple text boxes and just slide them closer to each other. In case you are talking about using Enter to separate text, hold Shift then hit Enter so that the lines don’t space out so much.

If those 2 tips don’t help then maybe these 2 sources below will, they involve editing code:

http://stackoverflow.com/questions/52…

http://www.w3schools.com/css/css_text…

Hi Wayne - Greg’s suggestion to use multiple text boxes could definitely work and but his other recommendation, editing the HTML, might be more along the lines of what you had in mind.

To edit the HTML and decrease the line spacing of a text box:

  1. Open the text you want to work with in the text editor and click the [Source] button.

  2. Look for the snippet line-height:XXpx in the code.

  3. Adjust the line-heigh pixel value to adjust the line spacing in your text box. There might be multiple line-height:XXpx tags in your text box so just be sure to adjust each of them accordingly.

  1. Then click the [Source] button again to revert to WYSIWYG mode and see how your edits look.

Hope that helps!

Reply