• Resolved Mariecke

    (@mariecke)


    Hi,

    Great theme and great options to make it yours.

    One question:
    In the Home Intro Section I would like to add a few empty lines, like using the enter-button twice. But using enter doesn’t work and all the text is in one line.

    Hope you can help.

    Thanks,
    Mariecke

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello! Try this:

    <p>First paragraph</p>
    <br>
    <br>
    <p>Second paragraph</p>

    The two “br” tags should add two blank lines between your paragraph. Hope it works ??

    Thread Starter Mariecke

    (@mariecke)

    Hi, thanks it worked.

    Tried the </br> myself and that didn’t work!

    That’s because </br> isn’t valid. “br” doesn’t require closing, and </br> is a closing tag. It doesn’t break your code if you add it, but it doesn’t do anything useful either.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Enter in text Home Intro Section’ is closed to new replies.