I have a list of dynamically created <a>
tags without text, to which I apply background images. These icons are displayed within a <div>
container using the float: left;
style.
As the row of icons becomes too long, it overflows and starts a new row, as expected.
Is there a way to either center this last row of icons or spread them out evenly across the row?