i have this table
i am going to use it in lots of screens
i would like to make it somehow like using:
1. predefined header (<th is gonna be good i guess>)
2. i would like to use some tr design stuff to make every second row the same color ...
example:
table header is going to be purple
and then first row of data would be white
and then the second row of data would be light purple
and then third row of data would be white
and then the fourth row of data would be light purple
i did this using server side variables until now ...
there has to be something easier ...
is it ..
10x in advance
i am going to use it in lots of screens
i would like to make it somehow like using:
1. predefined header (<th is gonna be good i guess>)
2. i would like to use some tr design stuff to make every second row the same color ...
example:
table header is going to be purple
and then first row of data would be white
and then the second row of data would be light purple
and then third row of data would be white
and then the fourth row of data would be light purple
i did this using server side variables until now ...
there has to be something easier ...
is it ..
10x in advance