I have:
#content { width: 100%;text-align:center; }
.item { float:left;}
And then
...
<div id="content">
<div class="item"><img /><br />wordsn</div>
<div class="item"><img /><br />stuff</div>
<div class="item"><img /><br />asdasdasdn</div>
<div class="item"><img /><br />Dhdfrhwon</div>
<div class="item"><img /><br />sewfafdion</div>
</div>
...
I want to center these images items in the div, and have them float next to eachother, and have it wrap nicely. Not working.
I have tried everything and it works in IE and breaks in Firefox so I hack some more crap and then it breaks in IE. I am PHP need CSS.