I want to have my wysiwyg editor to allow image uploading, but I want images to be block level elements placed BETWEEN other block level elements (h1, p, etc) only.
But there's an issue... img tags are line level elements. And the editor wants to allow users to put img tags anywhere... mid sentence for instance. Also, it wants to allow images, once added, to be dragged/dropped to wherever.
So I want to configure this editor so that when you add an image or move one, it is created after the paragraph you're in.
Has anyone accomplished this in CKEditor or WYMEditor?