How to make this automatically multiline
P粉471207302
2023-08-18 00:10:50
<p>How to make this automatically multi-line</p>
<p>I'm using HTML and CSS</p>
<p>This is my code (I modified it slightly since some of the code is from PHP): </p>
<pre class="brush:php;toolbar:false;"><div style='border: 1px solid; padding: 10px;margin-top: 5px;'>
<h2 style='margin: 0'>Name - #id</h2>
<hr>
<span>ContentContentContentContentContentContentContentContentContentContent</span>
</div><br></pre>
<p>How to use these:</p>
<p>https://i.stack.imgur.com/tUPpO.png</p>
<p>https://i.stack.imgur.com/oCwuA.png</p>
<p>Convert to this (automatically skip a line): </p>
<p>https://i.stack.imgur.com/PQxJS.png</p>
You can achieve this by adding
word-wrap
and/oroverflow-wrap