<div style="line-height:0.5"> <?php for ($y = 0; $y < 10; $y++) { for ($x = 0; $x < 10; $x++) { echo '*'; } echo '<br>'; } ?> </div>