Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1004225
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T08:06:06+00:00 2026-05-16T08:06:06+00:00

If I have a list of objects such as List myObjects; and there might

  • 0

If I have a list of objects such as List myObjects; and there might be 2, 20, 50 etc items in the list.

What I want is to be able to itterate through the list and build a 3 column view of the items using css to layout the columns.

How do I do this? I don’t want to do a loop where every three items I start at 1 again or is that the only way?

Can I simply loop through the items, place each object into a div and have the columns build themselves?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T08:06:07+00:00Added an answer on May 16, 2026 at 8:06 am

    If order doesn’t matter, then put them in a ul of fixed width, and then create the unordered list with the list items at 1/3 of the ul‘s width and floated left.

    So

    .three-column{
     width: 300px;
    }
    
    .three-column li {
     float: left;
     width: 100px;
    }
    

    and then go nuts

    Check out:
    http://www.alistapart.com/articles/multicolumnlists/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have IQueryable list of objects of type T which I want to transform
I have a list of objects and I want to reorder them randomly on
I have a list of objects which need to be output 2 items per
I have a list of Date objects, and a target Date. I want to
I have a list of objects I wish to sort based on a field
I have a list of objects, each containing an Id, Code and Description. I
I have a list of objects (for the sake of example, let's say 5).
I have a list of objects and I would like to access the objects
I have a list of objects output from ldapsearch as follows: dn: cn=HPOTTER,ou=STUDENTS,ou=HOGWARTS,o=SCHOOL dn:
I have a list of bean objects passed into my JSP page, and one

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.