I wish to insert an abbr element. I have a custom dialog which allows users to create a text string like
<abbr title="all the facts" >information</abbr>
I
have then tried to insert this string in the HTML using InsertHTML,
and the tag is stripped out to leave just the value (that is, in my
example, just the word "information"). If I change the the element to
span or div it works perfectly. Any ideas?