So machen Sie dies automatisch mehrzeilig
P粉471207302
2023-08-18 00:10:50
<p>So machen Sie dies automatisch mehrzeilig</p>
<p>Ich verwende HTML und CSS</p>
<p>Das ist mein Code (ich habe ihn leicht geändert, da ein Teil des Codes von PHP stammt): </p>
<pre class="brush:php;toolbar:false;"><div style='border: 1px solid; 10px;margin-top: 5px;'>
<h2 style='margin: 0'>Name - #id</h2>
<hr>
<span>ContentContentContentContentContentContentContentContentContentContent</span>
</div><br></pre>
<p>So verwenden Sie diese:</p>
<p>https://i.stack.imgur.com/tUPpO.png</p>
<p>https://i.stack.imgur.com/oCwuA.png</p>
<p>In Folgendes konvertieren (automatisch eine Zeile überspringen): </p>
<p>https://i.stack.imgur.com/PQxJS.png</p>
你可以通过添加
word-wrap
和/或overflow-wrap
来实现这一点