Linebreaks onTinyMCE
Hey guys, great site! I was wondering if anyone knew how to fix this problem I have with TinyMCE. Basically, I want to have line breaks on my content, but tinyMCE seems to always insert <p> tags instead. For instance, I want to have:
<div>This is one line <br>
This is another line<br> </div>
But instead what I get from TinyMCE is something like:
<p>This is one line</p>
<p>This is another line</p>
every time that I hit [Enter]. The result is that there is too much space between the lines sometimes. I tried to look all over my settings for TinyMCE and I cannot find where to change this. I even tried editing the html file directly (by adding </br> tags in the HTML view directly) but once I save the file the problem appears again! I mean it is worse because TinyMCE then somehow makes the output look like this:
This is one line This is another line
It is driving me insane! What can I do? I think the editor is somehow "cleaning up" my html after I modify it, but I don't know where to set the options to stop it from doing that. Can you help?
Thanks in advance!