Editor Content Clean Up
When copying the text from another website or page sometimes some HTML Tags might be copied together with it which are invisible to the naked eye but will impact how the text is displayed on the page. Trying to save a page with text which has HTML tags will result in an error notification and the page won't be saved. Before the page can be saved and published, the invisible HTML tags should be cleaned up from the Rich Text editor. To do this:
- Copy the text from the Rich Text editor.
- Put the text into a text editor, preferably Microsoft Word.
- The text editor will clean up the invisible HTML tags and any styling automatically.
- Copy the text from the text editor and paste it back into the Rich Text editor in Umbraco.
If the above steps don't work and the error message is still getting displayed, the content needs to be cleaned up in Notepad or TextEdit which will clean up all of the invisible HTML tags, styling and text formatting, including tags, headings, spacing and links. To do this:
- Copy the text from the Rich Text editor.
- Put the text into a Notepad on Windows or TextEdit on macOS.
- The text editor will clean up the invisible HTML tags and any styling and formatting automatically.
- Copy the text from Notepad or TextEdit and paste it back into the Rich Text editor in Umbraco.