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

  • SEARCH
  • Home
  • 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 274907
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T00:40:56+00:00 2026-05-12T00:40:56+00:00

I am trying to break away from using tables in my formatting, and am

  • 0

I am trying to break away from using tables in my formatting, and am trying out using userlist html tags <ul>

Say I have a panel with 10 controls, and I want a 3 columns display, therefore 3 controls in each row, and a total of 4 rows for 10 controls.

Should I use 4 different <ul> or should I just stack them inside one <ul>

Please tell me the advantages and disadvantages

Thanks

  • 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-12T00:40:57+00:00Added an answer on May 12, 2026 at 12:40 am

    The advantages of putting them in 1

    • One place to maintain
    • Is semantic

    The advantage of more than 1

    • could be easier to style.

    If you put them in 1 unordered list, and then wanted 3 columns, you could do this

    ul {
        overflow: hidden; /* force it to expand to floated elements */
    }
    
    ul li {
        display: block;
        width: 32%; /* slightly less as browsers can make a muck of percentages */
        float: left;
    
    }
    

    Update

    From George IV in the comments, see above.

    This will float them left to right, in 3 columns. You could also try using inline-block to achieve this, however it’s implementation is a little more difficult to get cross browser.

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

Sidebar

Related Questions

I am trying to help a friend of mine break his site out of
I have a working android app using TextView, some formatting (line breaks, rows of
I'm trying to find a way to break a string at the second last
I'm trying to break a PHP array into 3 columns (has to be columns,
I am trying to break execution with Debug points in a Visual Studio extension
I am converting my project to use DLLs and am trying to break apart
I'm trying to use a break statement in a for loop, but since I'm
i'm trying to get this program to break down a user defined amount of
I'm trying to make an infinite loop (with a break) that runs alongside my
I'm trying to use the CSS word-wrap property with break-word value. I want to

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.