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 7548367
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T09:40:51+00:00 2026-05-30T09:40:51+00:00

I need a two column table with one word in the left column (e.g.

  • 0

I need a two column table with one word in the left column (e.g. name, biography) and with details for each in the right column. I have tried:

<div id="container">
<div id="left_column">......</div>
<div id="right_column">......</div>

</div>

This looks fine if the right column only has one or two words, but for longer entries such as ‘bio’ the second div’s info snakes underneath the left_column div.

What’s the easiest way to achieve the two columns without this happening?

  • 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-30T09:40:52+00:00Added an answer on May 30, 2026 at 9:40 am

    You need to float them, and set some widths.

    #container {
        width:100%;
    }
    #left_column {
        float:left;
        width:20%;
    }
    #right_column {
        float:left;
        width:80%;
    }
    

    Note: If you only float them, and don’t set widths, they’ll still snake under each other when the browser window gets narrow.

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

Sidebar

Related Questions

I have two tables, each one has a primary ID column as key. I
I have two value in one table in database which I need to autoincrement.
I need to update each row of a table with one column as sum
I have one table: dbo.Product Two columns: SKU Name --- ---- 100A-B (F102397) 1
I have two datasets each with one data table pulled from different sources and
If one uses float:left to layout two columns, does the left column have to
I have a query that joins two tables. One table has a column that
I have two tables with the same columns, and I need to copy one
Why do I need two of them? When I have to use one or
i'm using sql server 2000 and i have some table need to update. 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.