I have a series of blocks that are float left that I need centered on
the page.
<div class="center" align="center">
<div style="width: 100 px;float: left">thumbnail 1</div>
<div style="width: 100 px;float: left">thumbnail 2</div>
<div style="width: 100 px;float: left">thumbnail 3</div>
</div>
None of these work:
..center{margin : auto}
..center{text-align: center}
How do I center the class center div?
I'm not a big fan of centering stuff but I'm just a programmer, not a
designer.
Jeff
the page.
<div class="center" align="center">
<div style="width: 100 px;float: left">thumbnail 1</div>
<div style="width: 100 px;float: left">thumbnail 2</div>
<div style="width: 100 px;float: left">thumbnail 3</div>
</div>
None of these work:
..center{margin : auto}
..center{text-align: center}
How do I center the class center div?
I'm not a big fan of centering stuff but I'm just a programmer, not a
designer.
Jeff
Comment