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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:09:18+00:00 2026-05-25T19:09:18+00:00

I am trying to split the content into 2 columns using the below CSS

  • 0

I am trying to split the content into 2 columns

using the below CSS

.container2 {width: 320px; height: 100px; display: block;}
.image2 {border: 1px solid #F2F3F4;
    float: left;
    height: 50px;
    margin-right: 6px;
    padding: 1px;
    width: 50px;}
.image2 img { height: 50px; width: 50px;}
.text2 {width: 230px; height: 100px; float:left; font-size: 13px;}
.clear2 {clear: both;}

here is my page http://www.applicationcatalyst.com/columns/
(but the content is in single column)
Now I would like to know what extra I need to add in the CSS code to make the content
split into 2 columns

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-25T19:09:18+00:00Added an answer on May 25, 2026 at 7:09 pm

    You should do the following:

    Put the following div in one div with class ‘ColumnDiv’ or something.
    (image2 & text2)

    so you have this:

    <div class="ColumnDiv">
    <div class="image2">
    <img src="http://www.applicationcatalyst.com/storage/other/cakehealth.png"/>
    </div>
    <div class="text2">Track and Optimize Your Healthcare.</div>
    </div>
    <div class="ColumnDiv">
    <div class="image2">
    <img src="http://www.applicationcatalyst.com/storage/other/greengoose.png"/>
    </div>
    <div class="text2">Farmville for real life, with wireless sensors.</div>
    </div>
    
    <div class="clear2"/>
    

    and in css you need to put the following:

    .ColumnDiv
    {
    float:left;
    }
    

    Now your divs will show next to each other.
    And i guess .clear2 is for evening out the length of both columns.

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

Sidebar

Related Questions

I'm trying to split a large html page into smaller fixed height and width
I am trying to split a text into an array using explode, but for
I am trying to split a large XML file into smaller files using java's
I'm trying to split a string up into words and punctuation, adding the punctuation
Using Ruby I'm trying to split the following text with a Regex ~foo\~\=bar =cheese~monkey
I am dealing with a master page split into various content placeholders as per
I am trying to split a chunk of text into equal parts so I
I am trying to split strings into lists of tags in python. The splitting
I'm trying to find a way to split a String into an array of
I am trying to batch load some dummy content from a CSV file into

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.