Use CSS to define the styles of the rows and table.
#main { border-collapse: collapse; border: 1px solid #000000; width: 100%; } #main td { border-left: 1px solid #000000; border-right: 1px solid #000000; background-color: #FFF; } #main th { border: 1px solid #000000; background-color: #8AF; }
2016-03-17 04:15:48
·
answer #6
·
answered by Cheryl 4
·
0⤊
0⤋
Yup like slick36 said, use CSS:
Hello |
This one is blue in hex |
This one is dark gray |
...and like that (note the tr has no style!)
2007-09-28 04:26:53
·
answer #7
·
answered by fjpoblam 7
·
0⤊
0⤋
fedest.com, questions and answers