Is there a way to tell the WYSIWYG editor to skip autocorrecting html content. I am working on a few things which work on the first save and the editor changes how it is written so if the page is saved again it won't work anymore.
Try adding appropriate setting key to your web.config file: <add key="CMSWYSIWYGFixXHTML" value="false" />
<add key="CMSWYSIWYGFixXHTML" value="false" />
Please see other here.
Please, sign in to be able to submit a new answer.