If your using custom colors - you might try

<cfoutput>
   <cfif CurrentRow MOD 2 IS 0>
    <tr bgcolor="Silver" >
   <cfelse>
    <tr bgcolor="##D7D7D7">
   </CFIF>
blah.......

Now I have a question.

How would I use this style:

<TR bgcolor="#IIf(CurrentRow Mod 2, DE('ffffff'), DE('99ccff'))#">

With a custom defined color???


Steve




> How can I alternate the color of my table rows.  What I'm trying to do is
> make every other row a light blue.
> 
> thanks...
> 
> Daniel Bogesdorfer
> Programmer/Analyst
> RSL COM USA INC
> Voice 412.244.6628


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to