This is what I do for alternating row colors. just mod it for TDs

<tr bgcolor="#iif(qName.CurrentRow MOD 2, DE('ffffff'), DE('e8e8e8'))#">

Hope it helps

J.



John Wilker
Web Applications Consultant
Macromedia Certified ColdFusion Developer

www.red-omega.com <http://www.red-omega.com>

What does Snoop Dogg use to do his laundry?  Blee-otch!


-----Original Message-----
From: Chad Gray [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 21, 2001 11:39 AM
To: CF-Talk
Subject: Alternating BG colors on a <TD>


I have done this in the past, but cant remember how i did it.

When using a <CFOUTPUT QUERY=""> tag on a table how do i get every other
<TD> to have a background color?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to