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 a list of objects. I want to display these objects in such
I have a list of objects and I want to remove all the ones
I have a list of objects as such: var cmps = new List<Campaign>() {
I have a List of Student objects as such: List<StudentInfo> . Now the StudentInfo
I have a generic list of objects from which I want to whittle down
In my extbase/fluid project,in addition to standard actions such as create,delete,list etc, I want
I have a web service which returns a list of JSON Objects...such as below:
I have a List with objects. Each object has an ID. I want to
Let's say I have a list of objects: var items = new { new
Say I have a List<Objects> . I want to define the list of objects

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.