javascript - Is it possible to display bold and non-bold text in a textarea? -
this question has answer here:
- rendering html inside textarea 6 answers
i don't want this:
<textarea>the <b>color</b> black.</textarea>
instead of <b>
, </b>
want text "color" shown in bold.
is possible?
for these cases, avoid use pure text area, use wysiwyg html editor.
here ideas you:
Comments
Post a Comment