CSS Layout Wrapping problem

Hi Guys,

I am using CSS Layout to show the list of profile pictures.
Actually I am adding an image inside a vertical layout and then adding the layout to css layout.

i want to have the list of images to be shown horizontally and when the css layout reached to its width … It should wrap the images to next row.

But it is showing single image in single row.

What should I do to resolve this problem…

Please reply,

Regards
Tarun Sawlani

Hi guys…
I found the solution for the requirment…

we need to specify style to each component inside csslayout.

display:inline-block;

This will solve the problem…