I'm not sure which textarea element you want to style (added with CKEditor or just one of the building blocks of your page), but why don't you use the "background-image" property of CSS? See for example http://www.w3schools.com/cssref/pr_background-image.asp
I'm not sure which textarea
I'm not sure which textarea element you want to style (added with CKEditor or just one of the building blocks of your page), but why don't you use the "background-image" property of CSS? See for example http://www.w3schools.com/cssref/pr_background-image.asp
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!
my css for inline editor
.cke_wysiwyg_div {
that class is for the inline editor. I think the regular editor is .cke_editable
More information about CSS
More information about CSS Background Image...http://www.corelangs.com/css/text/image.html
Walsh