CSS Tables
.x1 {background: #FF0000; color: #F0FFFF} .x2 {background: #ffffff; color: #F0FFFF} .x3 {background: #ffffff; color: #F0FFFF} .x4 {background: #90ee90; color: #F0FFFF} table.X4 {border-left: 12px groove #bebea9; border-top: 12px groove #bebea9; border-right: 12px groove #909070; border-bottom: 12px groove #909070;} table {border-collapse: collapse; text-align: center;} table.X4 td {padding: 6px; font-weight: bold; width: 5em;} table.X4 tr.odd td {background-color: #a80000; color: #efef00; text-align: left;} table.X4 tr.evn td {background-color: green; color: #00efef; text-align: right; border: 4px solid lime;}
Link to Page that used this table.
<
table class="x1">
<
tr>
<
td class="x2">
Content Here.
<
/td>
<
/tr>
<
/table>
HTML Names
Sonny @ The Cove