Tables: Alternating TD background colors
Hello. I am attempting to create a table in which the background color of its data cells alternates between 2 colors; specifically the effect created here. Currently I simply use the <TD bgcolor=""> Tag attribute, but I want to make it automatically alternate the colors upon creation of new Data cells so I can add links anywhere within my alphabetical list, and not have to change the attributes every time I modify the list; that can become time consuming. Additionaly, I have other tables within my site that I do not want altered at all. How might I go about this? Can it be done with CSS, even though I only want to affect some tables? Thanks in advance for any information..