What I want?
I want a div what works like a textarea, I don\'t want to have the ability to edit things in the div, and paste imag
textarea
You don't have to use a DIV. You can still have a textarea and expand it when necessary.
Here is a jQuery plugin that does just that: http://plugins.jquery.com/project/TextAreaResizer
Here is a demo: http://www.itsavesyou.com/TextArea_Resizer_example.htm