When I enter a text with line-breaks and long sentences, I don’t want to see a wrapped or without line-breaks version. What is the CSS style to accomplish this? So far I tried white-space property but none gives the result I want.
When I enter a text with line-breaks and long sentences, I don’t want to
Share
You probably want the
wrapattribute of the textarea tag. Have a look at this page: http://www.tizag.com/htmlT/htmltextarea.phpI’m not 100% sure what end result you want, but if you look at the options and explanations given via that link, you should be able to choose the one that fits your needs.