How can i suppress words in a DIV (which has a defined width and height) in a way that is shown in the picture below without messing with the order?

If there is no luck doing that in a DIV, what should i do to sort this out?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
column-counthere’s a fiddle: http://jsfiddle.net/X3XtK/1/Saw your comment now. If you need to limit each column to a maximum of 6 items and there’s an unknown amount of items then
column-countwill be tricky. I think you’ll have to group them in the markup (putting each group of 6 in their owndivand then floating them for example).