CF_STRIPES
This tag makes sets background colors of the odd and even rows (making them striped). Put this tag inside of the <TD> tag. It returns BGCOLOR attribute for <TD> tag
 
USAGE SYNTAX
<CF_STRIPES ROW="" COLOR1="" COLOR2="" UPPERCASE>
 
ROW - ( Required) Row of the query being displayed by <CFOUTPUT> tag
COLOR1 - (Required) Value for the first color (for odd rows)
COLOR2 - (Required) Value for the color (for even rows)
UPPERCASE - (Optional) If provided - BGCOLOR Attribute of <TD> tag is in Upper case
If not provided, defaults to Lower Case
When colors selected, escape them with additional # sign or simply remove # sign in front of Hex value for the color

AUTHOR:
Dmitri Ilyin (08/26/1999) Copyright ©, 1999
(gldstrm@hotmail.com)