|
Posted by Jukka K. Korpela on 04/04/06 23:39
Asterbing wrote:
> How to do "<" and/or ">" be authorized in a textarea ?
Nothing needs to be done to authorize that.
You probably wanted to know how to enter "<" and ">" as data characters
_in HTML_, specifically in textarea element content. Consult a primer on
HTML for that, _after_ you have considered why you wish to use such
characters in the _default value_ for an _input_ field.
(Oh well, I might as well read the primers for you. The characters "<"
needs to be written as "<" or equivalently "<" or equivalently
"<". And ">" can be written as such, contrary to popular
superstition, but you can use e.g. ">" for it for symmetry, as a
matter of source code style.)
[Back to original message]
|