Info Header 1 | Info Header 2 | Info Header 3 |
Text 1A | Text 1B | Text 1C |
Text 2A | Text 2B | Text 2C |
Code:Info Header 1 | Info Header 2 | Info Header 3 |
Text 1A | Text 1B | Text 1C |
Text 2A | Text 2B | Text 2C |
CSS:table.gridtable {
font-family: verdana,arial,sans-serif;
font-size:11px;
color:#333333;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
}
table.gridtable th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #dedede;
}
table.gridtable td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}