I guess it depends on how you want to display and order your data. If you want to display it like this:
Then it's pretty easy with an <ul> element and <li> elements with a width and a float property. If you want to display it like this:
Then it's indeed not very easy....
Cheers,
Imar