Forums

Cannot add empty space to pages (6 posts)

  1. bravewolf
    Member
    Posted 1 year ago #

    No matter what I try, WordPress insists on removing formatting code designed to make my site look better through the inclusion of empty space. This is extremely annoying and makes for a very frustrating WP experience. How can I fix this?

  2. vtxyzzy
    Member
    Posted 1 year ago #

    There are several methods to insert blank lines. I use <p>&nbsp;</p>.

    For horizontal space, I just use multiple &nbsp;.

  3. bravewolf
    Member
    Posted 1 year ago #

    My wordpress deletes the <p> </p>. Thanks, though!

  4. geezerd
    Member
    Posted 1 year ago #

    Shut off visual editor and edit in HTML mode.

    And never turn on visual editor again.

  5. vtxyzzy
    Member
    Posted 1 year ago #

    @bravewolf, did you put &nbsp; between the <p> tags like this <p>&nbsp;</p>?

  6. Saildude
    Member
    Posted 1 year ago #

    I find <br class="blank" /> works to give a hard line feed, it will survive a shift from html to visual views.

Topic Closed

This topic has been closed to new replies.

About this Topic