• Resolved alonis10

    (@alonis10)


    Hi there,

    I would like to remove the space between some, but not all, paragraphs on a page. What is the code for doing this?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you mean inserting a line break?

    For example like so. This is my example text.
    This is my second line of text. There are no spaces in between the lines.
    They are technically in the same paragraph or <p> tag.

    To do a line break, just hold SHIFT when you press enter/return. Or in the code editor add a <br/> at the end of a line.

    Thread Starter alonis10

    (@alonis10)

    That’s exactly what I needed! Thanks. Can you tell that I’m a newbie? 🙂

    Not sure if I can post this in the same thread, but is there then a way to change the justification after a line break?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘removing space between certain paragraphs’ is closed to new replies.