
Sometimes WordPress acts like an evil devil, a digital psychotic dictator that decides it doesn’t want you to have spaces where you want to have spaces. It simply strips out the code no matter how many times you reset it or how many times you save it.
Mr. WordPress: “Oh, you want to start a new paragraph here? Sorry. I don’t want that.”
You: “But I do.”
Mr. WordPress: “Sorry. I don’t. I win.”
If you’ve never experienced this, trust me, you will.
To give an example, say you want your post to look like this:

Instead, it comes out looking like this:

The Solution
There is an easily solution to this that SHOULD work for you (at least most of the time). Simply switch to the HTML mode in your editor and manually add a line break with the following HTML code:
<br />
(“br” stands for “break” – easy enough to remember)

*** Sometimes you may even need to add two line breaks, depending on how well your WordPress editor is obeying you.
<br />
<br />
Another Example
It’s important to note that you will get a new line break where you put the line break code, even if it seems to be in the middle of sentence.


Photo: Devil from BigStock
To get a wiki up and running you used to need to install Mediawiki and toil away for days configuring it... not any more! This plugin gives you *all* the functionality you want from a wiki, in WordPress!!!
Find out more
Take, set and manage appointments and client bookings without having to leave WordPress. Appointments+ makes it easy.
Find out more
No javascript required, no third part chat engine, just fully featured chat right in your own database on your own WP sites - couldn't be easier.
Find out more
Would you like to add Facebook comments, registration, 'Like' buttons and autoposting to your WP site? Well, The Ultimate Facebook plugin has got that all covered!
Find out more
Fully integrated with the SEOMoz API, complete with automatic links, sitemaps and SEO optimization of your WordPress setup - this is the only plugin you need to help you rank your site number 1 on Google - nothing else compares.
Find out more
It's now incredibly easy to start your own Q&A site using nothing more than WordPress - The Q&A plugin simply and brilliantly transforms any site, or page, into a perfect support or Q&A environment.
Find out more
Out of all the WordPress ecommerce plugins available, MarketPress has got to be the winner - easy to configure, powerful functionality, multiple gateways and more. A simply brilliant plugin!
Find out more
Simply insert google maps into posts, sidebars and pages - show directions, streetview, provide image overlays and do it all from a simple button and comprehensive widget.
Find out more
Now there's no need to pay for a third party service to sign up, manage and send beautiful email newsletters to your subscriber base - this plugin has got the lot.
Find out more
Hi Joe,
Thanks for sharing this tip.
About two years ago, I started using the html editor a lot more, mainly for the reason you mentioned. Occasionally, I’d find that this would happen with the type of font I used also. I wasn’t sure if it were WordPress doing that, or the offline blog editor I use — MarsEdit. However to avoid further code stripping, I’ve swapped to using the html editor for the majority of my blog posts.
Shift + Return will also do the same thing in the visual editor
Yes, and STRG+RETURN ist the “unknown” standard, also works in word, open office and so much other tools ;-)
sorry.. .SHIFT+RETURN…. :)
This is my biggest pet peeve with wordpress. Thanks for the tip
No, please don’t use br tags! they should be removed from all HTML. HTML is a semantic language, it exists to describe information not generate positioning, styling or layout information – that is what CSS is for.
Instead of br, unless it is a poem or something where the break is actually part of the content then you should use headers, or sub headers, strong or em tags and generate the style or size of gap using stylesheets.
/pendantic rant
Kev – really? Addresses? Office hours? I get and generally support your point, but sometimes (often!) style is part of content.
I’m with Timothy, you can never fully segregate content and style, and there are very obvious examples of where a br tag is essential in the *content*. In these situations, the semantically appropriate thing to do is to use a break tag. Period.
shift+enter ftw!
Install tinyMCEAdvanced and then check the box in the settings that says stop removing and tags. Works for me.
And sometimes the breaks can have too much space on certain themes or within the sidebar text fields so you might have to go into the stylesheet css inside your theme editor and change the value for line-height em.
LOVE TinyMCEAdvanced. Let’s me do just about everything I want to. That and notepad to strip out all the formatting. I can format ANYTHING in WordPress!!!
Everywhere on the internet all one has to do is hit the enter button for line break, except for WordPress. Why?
I am not a code writer. I want to write words not code. I want to write ideas not build a website.
I want a line break where I want a line break when I want a line bread without having to write code.
It looks like people have had this same problem for years. Why?
Can we fix this?