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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T04:29:53+00:00 2026-05-14T04:29:53+00:00

CSS table tr {border-bottom:1px solid #008999} HTML <table width=100% cellspacing=0 cellpadding=0> <thead> <tr> <th

  • 0

CSS

table tr {border-bottom:1px solid #008999}

HTML

<table width="100%" cellspacing="0" cellpadding="0">
   <thead>
      <tr>
         <th scope="col">one</th>
         <th scope="col">two</th>
         <th scope="col">three</th>
      </tr>
   </thead>
   <tbody>
      <tr>
         <th scope="row">Hello</th>
         <td>&nbsp;</td>
         <td>&nbsp;</td>
      </tr>
   </tbody>
</table>
  • 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-14T04:29:54+00:00Added an answer on May 14, 2026 at 4:29 am

    Add:

    table
    {
        border-collapse: collapse;
    }
    

    Otherwise tr creates no single block.

    Simple example:

    table
    {
      border: 5px solid #900;
      background: #fff;
    }
    tr
    {
      border: 5px solid #090;
    }
    td
    {
      background: #ccc;
      padding: 5px 0;
    }
    
    table + table
    {
      border-collapse: collapse;
    }
    <table>
      <tr>
        <td>def</td>
        <td>ault</td>
      </tr>
    </table>
    <table>
      <tr>
        <td>coll</td>
        <td>apse</td>
      </tr>
    </table>
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

css: .item_fact{ border-bottom:#CCCCCC 1px solid; } html: <table> <tr class=item_fact> <td> hello </td> <td>
I have following CSS: table tbody tr:last-child td { padding-top: 7px; border-bottom: 0; }
I have problems with CSS. The table is creating white border and I do
I have the following CSS in my header: <style type=text/css> table, td { border-color:
Is there any way to theme an HTML table (CSS) with using the jQuery
I'm trying to generate a dynamic table using CSS: <html> <head> <style> div.el1, div.el2
Consider the task of replacing this table with CSS stylings: <table border=1> <tr><td align=center>
<style> .topTable { border-top:1px solid #333333; border-right:1px solid #333333; } .topTable td, th {
I am working with a CSS table, and having an unexpected result - the
Here is my block of CSS: .actual-form table { padding: 5px 0 15px 15px;

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.