I usually use the HTM Editor for creating posts and pages on wordpress. Often, I'll use line breaks in the HTML editor, but when I switch to the Visual Editor, the line breaks disappear. Is there any reason for this?
I was told to use the <code></code> function for inserting HTML, but it dosen't work. Here's an example of that it looks like in the HTML Editor:
<h2>Topic 1</h2>
<p>Blah Blah Blah</p>
</br>
<h2>Topic 2</br>
This works fine on the page during the preview, but once switched to the Visual Editor, and back to the HTML Editor, the breaks are gone.
Any help or suggestions?