Is it possible to have an editable div element that can only contain text and images. I understand that you can use the rich controls like TinyMCE and jWYSIWYG however I do not require all this functionality and want something lightweight.
Basically all I want is a plain text editable element where I can also add various images such as emoticons that can't be resized when using IE or Firefox. I am using jQuery as the framework so anything using that would be great.
Update: Is it possible to block the click event for images so the resize handler doesn't appear?
Related Question Firefox - designMode: disable image resizing handles