Set Backgroud image for CKEditor by this plugin you can set background image in your CKEditor Download from CKEditor plugin repo Installation Copy bgimage folder to ckeditor/plugins/ directory add the following line to config.js : config.extraPlugins = 'bgimage'; config.allowedContent = 'div{*}'; // this is important