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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T18:40:23+00:00 2026-05-28T18:40:23+00:00

I have a jsfiddle application which you can access here . Now when you

  • 0

I have a jsfiddle application which you can access here. Now when you open the application, please type in a question in the textarea on top and please select an option by clicking on “Option” and selecting one of the 2 options. Once you have done this then click on the “Add Question” button.

You will see you details outputted in the table below. The problem is however that since I made the table below a scrollable table with fixed headers, all of the content appears in the first row only “Question No”. This content you have added should go under 5 columns “Question No”, Question”, “Option type”, “Number of Answers” and “Answer”.

So what my question is that why is all of the content appear under one column only and how can this be fixed? Please use the fiddle to test your code.

To see the table scroll bar, after you typed in your question and select an option then just keep clicking on the “Add Question” button in output rows until you see the table scrollbar on the side.

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

    You can’t jam divs into tables. Content goes inside of <td>s or <th>s Fixed

    <table>
        <thead>
            <tr>
                <th></th>
            </tr>
        </thead>  
        <tbody>
            <tr>
                <td></td>
            </tr>
        </tbody>
    </table>
    

    EDIT: If what you’re really interested in is a fixed header, then there are many solutions available. The first one I tried was table fixed header a jQuery plugin

    $('#qandatbl').fixheadertable({height: '200'});
    

    jsFiddle

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

Sidebar

Related Questions

I have an application which you can test in my jsfiddle to see how
I have an application which you can view by accessing its url. Application 1
I have a little application where you can drag a box around in a
I have a single page jquery mobile application in which there are few parent
I have this fiddle which has an error --> http://jsfiddle.net/Osoascam/AkZZr/6/ (This is the version
Hi i have a form in my application where user can put their details.
I have an application in which I'd like a user action - checking on
I have small application: http://jsfiddle.net/Bwdf6/4/ But with click on delete, tags that created after
I have an aplication where the user enters in their question in the textarea
I have this jsfiddle http://jsfiddle.net/fwQq4/19/ Here I have the wrapper class ( div.wrapper )

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.