thought I'd check if someone has already made a simple solution before I re-invent the wheel...
The user can edit text in an article. He can also add (multiple) pictures to it and set their attributes like width & height. I want to provide him some way of positioning this image in the text, eg. in the middle of it, in the bottom etc... I cannot see anyway to this except inserting a "old fashioned HTML <img>" tag - using asp:Image control would mean some clumsy function where I'd split the content text into various Literal controls bla bla... you probably can already imagine how clumsy that would be!
Anyone been here?