I want to get rid of the extra code that TinyMCE creates in the front-end editor. I found a thread that proclaims to have solved this issue....
http://modxcms.com/forums/index.php?topic=28466.0
The solution is below, but I have no idea how to implement it. Can someone please advise
*****SOLUTION FROM THREAD*****
In TinyMCE wiki I found solution!
Dont disable Clean Up in mceEditor configuration, becouse it will couse more problems.
You just need to add class="mceNoEditor" to hide certain blocks form editor. I’v tryed this and it seam to work well.
Here is this wiki articke
http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/editor_deselector
If this solution wroks well for You too plese post here so others will now how to solve this problem In future.
***************
Any ideas how I can make these changes?