I have this text box
<p>Event Data :<input id="data" type="text" wrap="true" value="{{data}}"
style="width: 757px; height: 170px" />
</p>
I want it to be multi-line I cannot use asp: textbox is it possible to use the exact text block and make it multi-line or
make text in go textbox word wrap
source
share