in reply to Re: HTML Problem getting entities into a textarea
in thread HTML Problem getting entities into a textarea

And make sure you escape the & before the < and > otherwise you end up with something along the lines of:

"<" -> "%lt;" -> "&lt;"

  • Comment on Re: Re: HTML Problem getting entities into a textarea