On Mon, Jul 4, 2011 at 13:41, Thomas Broyer <[email protected]> wrote: > You have to add 1 to move after the <caption> start > tag.
worked as I expected: document.insertText(range.getStart() + 2, "Some text"); It remains to deal with the methods of Point. Thanks to all for help
