I need textarea, that contains image.
I've tried contenteditable
div : http://jsfiddle.net/n8WJ2/29/
But there is problem, that I can insert any text (I mean text, that has some styles). I just want text, whitout styles.
How can I implement it using just textarea
?