Home > Wordpress Tips > A WordPress White Space Formatting Tip

A WordPress White Space Formatting Tip

in Wordpress Tips

Adding White Space in WordPressEver get frustrated with the way WordPress removes the whitespace you want to add to your content?

Well, here’s a quick tip that will help.

When you want to keep a line or two between paragraphs, or maybe line up some images with their paragraphs (like on my contact page, which BTW uses the Contact Form 7 free plugin) just flip over to the HTML side of the post editor, and insert the following line where you want to maintain some space:

<p style=”text-align: center;”>&nbsp; </p>

Now, if you flip back to the Visual editor, your whitespace will be there. But if you go back to the HTML editor, that line is going to look like this:

<p style=”text-align: center;”> </p>

The &nbsp; will be gone. But it is still going to work. Just be sure that you include the &nbsp; (non-breaking space) the first time you add the line.

And life becomes just a little bit easier :)

  • whitespace wordpress
  • wordpress white space
  • wordpress white-space
  • wordpress whitespace

Leave a Comment

Previous post:

Next post: