Hello! My problem is:
<div style="width: 400px" contenteditable="true"> abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc (...) abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc <img src="pic.jpg" style="display: block" /> abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc (...) abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc </div>
When user edit text before the image and new line is created (because text wrap) image goes lower. Can I set that the image doesn't change the location and the text (and other content) will still correctly flow the image? I need it only in chrome. If it is not possible can you tell me the best way how to do it using java-script? Thx for help!!
Regards, Umpc