Question
Alternate row color for table question
I'm alternating the row color on a table, and if I have a
<a href> in
the table, the background behind the <a href> isn't the same as the row
color based on:
<tr bgcolor="###iif(currentrow mod 2,de('ffffff'),de('efefef'))#">
Is there a way to have the CSS that formats the <a href> change at the
same time as the background color for the row??
the table, the background behind the <a href> isn't the same as the row
color based on:
<tr bgcolor="###iif(currentrow mod 2,de('ffffff'),de('efefef'))#">
Is there a way to have the CSS that formats the <a href> change at the
same time as the background color for the row??