Thanks, but if you try it like I suggested, you'll see the dilema - here is the problem:
I want < to show up as-is, since that is what the user typed when the document was created. If I have them double-escape (or really escape the & with &) then when I save the text, and then display it later (on a technote display page that drops the html in a table cell) it will show as < and not as <
The problem is that most tags inside the textarea tag are NOT interpreted, but the following IS:
<textarea><property key="smtpHost" value=""/></textarea>
Basically, I think that this is a bug in the textarea tag for html - any other ideas?
TIA again, Jeff
In reply to Re: Re: HTML Problem getting entities into a textarea
by muad33b
in thread HTML Problem getting entities into a textarea
by muad33b
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |