How to remove line spacing between line in Textarea?

前端 未结 1 1576
一生所求
一生所求 2021-01-26 06:00

I am new in PHP. I have a code in which i use multiple Text Editor with Jquery. Through Text editor i store values in mysql db. After That i have a page on which i fetch some fi

相关标签:
1条回答
  • 2021-01-26 06:54

    You are adding an extra lines within your textarea by yourself while writing contents between textarea you need to place those content as

    <textarea name="editor1" id="editor1">NL FY 15-147 (PSO-040515)</textarea>
    
    
    <textarea name="editor2" id="editor2"><b>Mr. Shahid Islam </b></br> Managing Director</br>Pakistan State Oil Company Limited</br>Karachi</textarea>
    
    0 讨论(0)
提交回复
热议问题