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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T04:31:57+00:00 2026-06-02T04:31:57+00:00

I am having issues with my CSS. I am trying to make information display

  • 0

I am having issues with my CSS. I am trying to make information display in 2 columns, denoted by the .left and .right classes.

You can see the issues at my jsFiddle

  • 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-02T04:31:59+00:00Added an answer on June 2, 2026 at 4:31 am

    EDIT: Altering answer based on comments.

    You are displaying tabular data – so use Tables. You can avoid nested tables by using the tbody tag, as demonstrated by this similar question:

    For this solution, what you’ll do is create a table. Each TBODY will represent one ‘group’ of data. In each group, the first column will be for the metadata (like thead), and the second column will be the actual data:

    <table>
      <tbody> <!-- First Set of Data -->
        <tr>
          <td> Sessions </td>
          <td> 1 </td>
        </tr>
        <tr>
          <td> Date </td>
          <td> 1/1/2003 </td>
        </tr>
        ...
      </tbody>
      <tbody>  <!-- Second set of Data -->
        <tr>
          <td> Sessions </td>
          <td> 5 </td>
        </tr>
        ...
      </tbody>
    </table>
    

    You can then style more easily using an external stylesheet, perhaps using the :nth-child selector and / or the colgroup tag or Javascript.

    You might also get more answers if you re-name your question to something like "How to display tabular data with left hand column as key".

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

Sidebar

Related Questions

I am trying to layout a web site but right away am having issues
I am having a slight issues with CSS and jQuery Mobile, I am trying
Having CSS layout issues with Internet Explorer 7 (big surprise). Upon using the Developer
Alright, I'm having some issues and I believe it's a CSS one. Here is
I'm pretty sure I'm having a CSS issue, but I just can't figure out
Still having issues with this problem. Please help if you can. So I am
I am having issues with trying to convert an UTF-8 string to unicode. I
I'm trying to build a CSS-based table that will be populated with information coming
Can i apply style like this, $('#aspnetForm').append($('#facebox .content').html().css({ 'display': 'none' })); but it didnt
http://tympanus.net/codrops/2011/09/05/slicebox-3d-image-slider/ I'm trying to implement Slicebox into my website and I'm having issues. I

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.