<?php $sentence = 'DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD'; $wrapped = wordwrap($sentence, 17, "\n", true); ?> <style> .rectangle { width: 200px; background: red; border: 1px solid #000; } </style> <div class="rectangle"> <p><?= $wrapped; ?></p> </div>
You have javascript disabled. You will not be able to edit any code.