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?
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?
There are several methods to insert blank lines. I use <p> </p>.
For horizontal space, I just use multiple .
My wordpress deletes the <p> </p>. Thanks, though!
Shut off visual editor and edit in HTML mode.
And never turn on visual editor again.
@bravewolf, did you put between the <p> tags like this <p> </p>?
I find <br class="blank" /> works to give a hard line feed, it will survive a shift from html to visual views.
This topic has been closed to new replies.