View previous topic :: View next topic |
Author |
Message |
louiseB
Joined: 19 Jun 2003 Posts: 7 Location: Sydney
|
Posted: Thu Jun 26, 2003 2:22 am Post subject: Table with alternate row colours in STYLE |
|
|
How do I have a style tag that will display my table with alternate row colour ie. tr1=blue, tr2=white with a 100 row table?
What is the coding for it, "class" or "group"?
I am after an idea on referencing each alternate row to the value given in the style.
Thanks
Louise _________________ Patience is a virtue... I just don't have the time. |
|
Back to top |
|
 |
lenne Guest
|
Posted: Thu Feb 05, 2004 12:12 am Post subject: |
|
|
its class
in the css part you type..
Quote: | .a{attributes here} |
for a class called a
then you do eg. <p class=a>whatever</P> |
|
Back to top |
|
 |
lenne Guest
|
Posted: Thu Feb 05, 2004 12:12 am Post subject: |
|
|
its class
in the css part you type..
Quote: | .a{attributes here} |
for a class called a
then you do eg. <p class=a>whatever</P> |
|
Back to top |
|
 |
|