in reply to Re: HTML Problem getting entities into a textarea
in thread HTML Problem getting entities into a textarea
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: HTML Problem getting entities into a textarea
by dws (Chancellor) on Apr 18, 2003 at 21:05 UTC | |
by muad33b (Acolyte) on Apr 18, 2003 at 21:16 UTC |