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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T00:58:36+00:00 2026-06-18T00:58:36+00:00

I already have a properly formatted table with a tbody thoroughly arranged with the

  • 0

I already have a properly formatted table with a tbody thoroughly arranged with the theads. however I missed something. in a name column in the tbody, i need to divide it in half, one is a smaller box containing a number and a bigger box containing the name.

so before it’s something like:
td [name here] td

into something like
td td[number] td td [name here] td td

the two should be under 1 column in the header which is a name.
any thoughts?

here is the thead:

        <thead>
          <tr class="table1row">
            <th ROWSPAN="4"> SEQ # </th>
            <th ROWSPAN="4" class="table1name"> NAME  </th>
            <th ROWSPAN="2" COLSPAN="4" class="table1loa" > LOA </th>
            <th COLSPAN="4"> TARDINESS/UNDERTIME </th>
          <tr>
          <tr>
            <th ROWSPAN="1" COLSPAN="3"> No. of Working Days </th>
            <th ROWSPAN="2" COLSPAN="1" class="table1ex"> Period Covered </th>
            <th ROWSPAN="1" COLSPAN="2"> FREQUENCY </th>
            <th ROWSPAN="1" COLSPAN="2"> TOTAL </th>
          </tr>
          <tr>
            <th> <small>VL</small> </th>
            <th> <small>SL</small> </th>
            <th> <small>OtherS/*</small> </th>
            <th> Tardiness </th>
            <th> Undertime </th>
            <th> Hrs </th>
            <th> Min </th>
          </tr>
        </thead>
  • 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-18T00:58:37+00:00Added an answer on June 18, 2026 at 12:58 am

    You can add a table inside td. so, the tbody would comes like the following. you can style the table inside td to avoid cellspacing and cellpadding to 0.

        <tbody>
          <tr class="table1row">
            <td ROWSPAN="4"> SEQ # </td>
            <td ROWSPAN="4" class="table1name">
              <table>
                <tr>
                  <td>name</td>
                  <td>number</td>
                </tr>
              </table>
            </td>      
            <td ROWSPAN="2" COLSPAN="4" class="table1loa" > LOA </td>
            <td COLSPAN="4"> TARDINESS/UNDERTIME </td>
          </tr>
    
          <tr>
            ....
          </tr>
    
          <tr>
            .....
          </tr>
        </tbody>
    

    Note: You forgot to close the first tr in the <thead>.

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

Sidebar

Related Questions

I already have a table with 3 column (Id bigint, Title nvarchar(450), Description nvarchar(MAX))
I already have this script <FORM method=POST name=ajax action=#> <INPUT type=submit class=env_buttn value=<?php echo
For my Perl web application, I need account verification via email. I already have
I have a simple Tag model and have already properly populated the database with
I already have my azure web role running in cloud using azure sdk 1.6.
We already have the database with real data inside. Now we want to build
i already have a project with TreeNode class which creates a hierachy of nodes
I already have code which lazy loads scripts on request. My issue now is
I already have an enterprise Java EE application. I want expose some of the
I already have Java code to display and process data from a database. 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.