word breaking
by Petra1999
HTML
<div class="box" style="word-break:break-all;">
test test test test test test<br><br>
testingtestingtesting<br><br>
test testingtestingtesting<br><br>
test testingtestin
</div>
<div class="box" style="word-wrap: break-word;">
test test test test test test<br><br>
testingtestingtesting<br><br>
test testingtestingtesting<br><br>
test testingtestin
</div>
CSS
.box {
width:100px;
border:1px solid black;
margin-bottom:15px;
}