I am developing a Javascript application that will wrap every line of text entered inside an iframe (designmode) with P (or div), as it does by default in IE.
At the moment, I am not inserting my code because I just started, the first problem is that I am typing in firefox and even before I press the enter button or call any firebug inserts function
<br _moz_dirty="">
under the entered text.
Why? How can I prevent this?
If you still need my code, please let me know.
source
share