You can't use WYSIWYG-editor on dynamic websites. This is because the WYSIWYG-editor can't handle dynamically added/removed content. In other words, you might crash the website because you do changes that make the dynamic content stop loading.
How to code: Doing changes with javascript/jQuery