Hi,
I've been using the createTextnode method to insert text into an HTML document at the appropriate places. However, it's come to my attention that createTextnode only accepts plain text, and if you try shoving HTML onto a text node it appears in full <> and all. I really nee to be able to...