I am trying to teach someone with no HTML experience how to position an image in a web page using an online HTML Editor (like FCKEditor or Telerik RadEditor) without getting into html and css. They have no interest in learning these.
What are some good ways to position an image wherever they want it to be without touching html and css? Absolute positioning by dragging the image is not a viable ption.
I am thinking of creating an html table with rows and columns and setting the widths and heights of the columns to 'push' the image to where they want it to go but wonder if this is too complicated for a newbie and if there are simpler methods?