I am using the HTML editor extender as a sort of online bulletin board. The page has a data repeater which has the answers to a specific question and a quote button. If the user clicks the quote button, the text from the line is moved to the HTML editor extender with some specific formatting. This works fine.
However, I also want to add a <br /> to the end of the span with the additional quote formatting and set the focus at the end of that <br />. Nothing I have done thus far is working. This needs to be cross browser compatible so selectionStart and selectionEnd javascript is out.
This seems to be something easy to do. However, I have thus far failed miserably!