Archive for September, 2003
Alternating colors in a table
I use something like this on one of my pages…
stylesheet:
CODE
.color1 {background-color:#dddddd;}
.color2 {background-color:#e5e5e5;}
CODE
I use something like this on one of my pages…
stylesheet:
CODE
.color1 {background-color:#dddddd;}
.color2 {background-color:#e5e5e5;}
CODE