auirtamil8
New Member
Let's say I have an image, with text directly below it. I wrap it up in a \[code\]div\[/code\] and center the contents inside.Now let's say I have 20 of these, all with the same sized image (i.e. 65px) but different amounts of text (text can wrap).What I want to achieve with this is the following:I would like to display as many as possible on the same line with 10px of left/right margin around each one. Also, they will always center and equally fill the width of the browser window.Ideally, if the browser width was super small, it would just display one on each line.Anyone have a CSS solution for this type of scenario?It is strictly for mobile... no need to worry about I.E.Thanks a lot!