gpt4 book ai didi

html - 文本超出父 div

转载 作者:太空宇宙 更新时间:2023-11-03 17:33:46 26 4
gpt4 key购买 nike

我从数据库中得到一段文本并加载到一个 div 中,但文本一直从 div 中出来。对此有某种解决方案吗?

.teksten {
width:500px;
word-wrap:break-word;
}
.text {
width:500px;
}
<div class="teksten">
<p class="text">
<?php
echo $klant[0]["taak1Info"];
?>
</p>
</div>

最佳答案

white-space:normal 确实有效。谢谢!

关于html - 文本超出父 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30082952/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com