I don't know if this is a Wordpress default setting or a issue caused by my Wordpress HTML editor (currently using Wordpress's default editor).
At times, I want to insert comments in my code for my own viewing. I don't care if it is viewable via "source code view" from the user's browser, but prefer that it is not. What is happening is that my comment is causing a paragraph. For example, when adding this to the Wordpress editor:
Code:
<!--End of Floor Plan Overview -->
This is what shows up in the source code after it is saved:
Code:
<p> <!--End of Floor Plan Overview --></p>
Is there a way to insert comments without causing blank paragraphs?