How to prevent the HTML editor from adding a p tag after I delete it from the code?
I have a block of text that's surrounded with a <span> tag. The HTML editor keeps adding a <p> tag before the <span> tag and it's affecting the layout of the text. How do I remove specific tags from the HTML and not have the editor add them back in?