Spacing between lines on pages

  • Unknown's avatar

    Someone please help!! I’m beyond irritated. I keep clicking “enter” to space down between sections on my “Coordinator” page. I cannot get the spacing to show up when I view my website. What in the world is going on? Spacing works on all other pages except that one. I’ve even deleted the page and added a new one back to fix the problem, except it didn’t work! :(

    The blog I need help with is: (visible only to logged in users)

  • Hi Karissa,

    Not sure why enter is not adding a space, so let’s go the HTML route.

    Do you want more spacing between the paragraphs or bullet points? For either, switch to HTML editor from Visual (the button at top right of editor), and enclose specific paragraphs in <p></p> tags like this:

    <p>Day of Coordinator: My goal is to....I will provide include:</p>

    For spacing between bullet points, enter a
    tag at the end of each tag like this:

    <li>Bullet point</li><br>
    <li>Another bullet</li><br>
  • Last paragraph (for bullets), I meant enter a <br> tag at the end of each </li> tag.

  • The topic ‘Spacing between lines on pages’ is closed to new replies.