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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T18:35:43+00:00 2026-05-24T18:35:43+00:00

Previously, I was using <table> to split up my page layout into 3 parts,

  • 0

Previously, I was using <table> to split up my page layout into 3 parts, the left sidebar, right sidebar & the main centre panel. Now, after having learnt the disadvantages of overusing/misusing <table>, I want to avoid using tables for this purpose & I am looking to style these 3 divs in such a way that they look like 3 columns of a <table> row.

Any inputs on how I can achieve the 3 divs in same row, would be highly appreciated.

Currently my all the three div s are shown in linearized fashion, one after another.

  • 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-24T18:35:44+00:00Added an answer on May 24, 2026 at 6:35 pm

    Maybe something easier, what about:

    HTML:

    <div id="main">
        <div>content</div>
        <div>content</div>
        <div>content</div>
    </div>
    

    CSS:

    #main{
        margin: 0 auto 0 auto;
        width: 960px; /*just an example*/
    }
    #main div{
        float: left;
        width: 320px; /* a third of the main width*/
    }
    

    I hope this will help you.

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

Sidebar

Related Questions

Previously when I browsed source code files using Xcode's file browser (located on left
I am insertnig into a table using a selection INSERT california_authors (au_id, au_lname, au_fname)
How can I pass a previously captured variable into a background property using jQuery?
previously i was using picture box and its built in utilities to draw some
Jeff has previously blogged about using the cache to perform "out of band" processing
I'm developing a graph control in WPF. I have previously developed it using GDI
Previously within my Fitnesse fixture I was specifying an expected WCF exception using: exception[FaultException]
Previously, I am using STL map to perform the mentioned task. struct ltstr {
I have previously written user interfaces using .NET and Windows Forms. I'm about to
Using VB 6 Once I run the project, How to display a previously selected

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.