Hi!
I need to write a usable online page editor where one can insert pictures and write text (and call some system modules etc, but thats no worries if you can insert text properly). My problem is not to link inputted text with pictures etc, but rather a good technique to tell my scripts how to display it. E.g. one could insert ?IMG1? in the text to show uploaded image #1. This, however, does not actually tell me where to put it. I need to know stuff like, aligned left, aligned right, image text, bla bla..
I thought of first write the text, then upload pictures, then choose where you want them. I'd do this by inserting the pictures with arrow up, down, left and right to move them within a table (3+ td's, 2+ tr's). Is this an idea worth exploring?
Does anyone have a good example code of something like this? Its intended for users that does not have a clue what a table is or how it works.