instead of doing the IF check on the db results for odd or even, do it on the class status. start by initializing the class of the table row to the first color you want (white). then start the loop through the results. after you add the row of data in HTML in the loop, check to see which...
Here's your answer holmes...
Identify each link via a class reference. Then you can modify each link independantly and they retain whatever you want until it's clicked. They CSS portion should look like this:
a.link1:link { color: #000000; text-decoration: none; }
a.link1:visited { color...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.