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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T09:23:05+00:00 2026-06-13T09:23:05+00:00

I keep reading that you can use html/css columns without using them in a

  • 0

I keep reading that you can use html/css columns without using them in a table. The http://www.w3schools.org site shows that you can, but I can’t get it to work out at all in my code. basically I have this idea.

      <div container="name">
         <dl>item 1 </dl>
         <dd>explain</dd>
         <dl>item 2 </dl>
         <dd>explain</dl>
         ...
      </div>

What I need is for the container to have three columns and the section with the detailed list to be two columns than I will put the info for the third column in its own column. I know the column span is the best way to keep that separate, but I can’t find any good explanations for this. And I can’t get it to work out of my css page or html page.

  • 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-06-13T09:23:06+00:00Added an answer on June 13, 2026 at 9:23 am

    I think you’re going about it the wrong way. Try this.

    html:

    <div id="container">
        <div id="left-col">
            <!-- left column -->
        </div>
        <div id="content-col">
            <!-- content column -->
        </div>
        <div id="right-col">
            <!-- left column -->
        </div>
    </div>
    

    css:

    #container { overflow: hidden; width: 940px; }
    #left-col { float: left; width: 200px; margin-right: 20px; }
    #content-col { float: left; width: 500px; }
    #right-col { float: right; width: 200px; }
    

    demo – http://jsfiddle.net/gk5vD/

    FYI – you misunderstood what a dl is, have a look at http://www.htmldog.com/reference/htmltags/dl/

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

Sidebar

Related Questions

I keep reading that object-oriented programming can basically be done in any programming language,
I keep reading that in order for one to perform integer/floating point division on
We keep reading about how to use 'readResolve()' to ensure singleness in case of
The topic may sound strange, but please keep reading on. I am using AVPlayer
I keep reading how everyone states to return a XmlDocument when you want to
I used the XMLReader format: XmlReader xmlReader = XmlReader.Create(batch.xml); while (xmlReader.Read()) { //Keep reading
In my reading on dynamic and static typing, I keep coming up against the
Keep running into When using the multi-mapping APIs ensure you set the splitOn param
I'm trying to find a way to write some unit-tests that can be used
I use a PHP script to validate video requests before serving them. This script

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.