Reply
Yeah, I've had similar problems with the FCK editor mangling perfectly good code; for example if you want to output a description of a MODx tag and want to actually write the code, for example [*content*], you can't do that in a MODx document, because the parser will parse it just as it did the "real" [*content*] tag in the template. So you have to use the HTML entities for the brackets instead. If you do that in the Rich Text editor, it will display exactly what you write: [*content*]. If you got to "source" and put it it, it converts it to brackets in the text, and you are back where you started. The only way to get it right is to disable RTE for the entire document. So it's not always the greatest thing.