We do a lot of custom HTML editing of pages using the source code editor on a page.
After clicking OK in the code editor, Umbraco seems to remove all forms of spacing in the html, which makes it a pain in the ass to make small incremental changes to pages.
Is there a master setting somewhere, to stop umbraco doing this automatically?
Umbraco removes html spacing
We do a lot of custom HTML editing of pages using the source code editor on a page.
After clicking OK in the code editor, Umbraco seems to remove all forms of spacing in the html, which makes it a pain in the ass to make small incremental changes to pages.
Is there a master setting somewhere, to stop umbraco doing this automatically?
I can't think of another CMS that does this.
You can try these settings to allow all elements and stop umbraco to make changes.
In TinyMCE.config, you can change validElements to below:-
In umbracosettings.config, you can add TidyEditorContent
Thank you Shaishav.
Will this stop Umbraco from stripping out
<style></style>
from the code too?is working on a reply...