Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Table CSS Help Needed Re: Table CSS Help Needed

#114736

Code in my previous comment got all messed up so putting it in again:

table {
margin: 10px 0px 10px 0px;}
thead{
background: #1958A2}
th {
background: #4C4D4F;
color:white;
padding: 5px 5px 5px 5px;
font-size: 11px;}
tr {
background: #DDD;
padding: 5px 5px 5px 5px;
text-align: center;}
td {
background: #DDD;
text-align: center;
padding: 5px 5px 5px 5px;}