I am getting dynamic div from the count .. in seperate box but i want that i ve fixed 6 small div inside the container.and if i get the count value 10 then it means auto pre added the div according to the dynamic value .. my code is given below.
<?php
echo '<div class="col-md-12 col-xs-12" style="background-color: white;height: auto;padding: 0px;border: px solid red;">';
echo '<div class="col-md-2" style="font-weight: bold;floa:left;font-size:60px;text-align: center;border:px solid red;">';
}
echo '<div>';
?>
But If i get the 100 as count it look like:
0 1 0 0 but i want to fix 6 divs starting with the prefix 0.