how can I make this auto multiple line
im using html & css
Here is my code(i change a bit cuz some code is from php):
<div style='border: 1px solid; padding: 10px;margin-top: 5px;'>
<h2 style='margin: 0'>Name - #id</h2>
<hr>
<span>ContentContentContentContentContentContentContentContentContentContentContentContent</span>
</div><br>
How can I trun these:
https://phpout.com/wp-content/uploads/2023/08/tUPpO.png
https://phpout.com/wp-content/uploads/2023/08/oCwuA.png
To this(auto skiped a line):
2
Answers
You can use contenteditable or textarea
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable
https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_textarea
You can do this by adding
word-wrap
and/oroverflow-wrap