CKEditor unwanted characters
How can I disable CKEditor to get me every time , when i don't want them? I'm using CKEditor with jQuery adapter. I don't want to have any tags. Tapper After some research I might shed some light on this issue - unfortunately there is no out-of-the-box solution. In the CKEditor there are four ways a no-break space can occur (anybody know more?): Automatic filling of empty blocks . This can be disabled in the config: config.fillEmptyBlocks = false; Automatic insertion when pressing TAB-key . This can be disabled in the config: config.tabSpaces = 0; Converting double spaces to SPACE+NBSP.