Problem
We have to migrate another website into our company's Sharepoint 2013 environment to make all the text editable by end-users. Sounded simple enough, just use Content Editor Web Parts. However, there are some bits of text embedded in either
or header (,, etc.) HTML tags. When trying to surround the CEWP with those tags, Sharepoint either ignores them or restructures the HTML to move the Web Part outside of these tags. The group who will be editing the site doesn't know or want to know any HTML, so I cannot require that they add these tags to the text themselves.
Question
Is there any way to embed HTML tags into the content of a CEWP without having to require it of the user? I'd like to avoid any customized Web Parts if possible, but will do so if that's the only way to achieve this.