I have 160 images I want to align in a grid that takes up the entire 100% width of the web page.
I can not for the life of me figure out how to do this so that the each row stays connected to each other. Could anyone help me out?
This is where I am at for each row. But when I add another row, the rows don't stay together.
<div style="width:100%;height:50px;display:table;">
<div style="display:table-row;">
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
<div style="display:table-cell;width:6.25%;"></div>
</div>
</div>