Avatar of Aleks
Aleks
Flag for United States of America asked on

css simple align not working

I have the code below to style a table row, I want the center of each cell to be aligned to the center, but its not working:

.topbarsections {
      font-family: Tahoma, Arial, Helvetica;
      font-size: 11px;
      font-style: normal;
      text-align: center;
      font-weight: bold;
      color: #363636;
      background-color: #ECEEF4;
}

I am appying it as:

     <tr class="topbarsections">
            <td width="5%" >Select</td>
            <td width="10%" colspan="3">Actions</td>
            <td width="17%" >Form</td>
            <td width="59%">Description</td>
            <td width="9%">Filing Fee</td>
          </tr>
CSSHTMLWeb Development

Avatar of undefined
Last Comment
Aleks

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Dave Baldwin

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
SOLUTION
Jeff Darling

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Aleks

ASKER
It should work on the <tr>  ... ill check other css overriding this one thanks.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23