line breaks in a textarea

前端 未结 13 1657
北荒
北荒 2020-11-27 17:58

I know when saving a textarea you can use the nl2br() or str_replace to change the /n to br tags etc. However what im not sure about how to insert line breaks into a textare

相关标签:
13条回答
  • 2020-11-27 18:32

    I'm not sure this is possible but you should try <pre><textarea> ... </textarea></pre>

    0 讨论(0)
提交回复
热议问题