Alternate table cell background color
1 2 BGCOLOR="###IIF(currentrow MOD 2, DE ('FFFFCC'), DE ('FFFFFF'))#"
DZone Snippets > i8flan > ColdFusion
12878 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
1 2 BGCOLOR="###IIF(currentrow MOD 2, DE ('FFFFCC'), DE ('FFFFFF'))#"
1 2 Replace(check1.comments, chr(13) & chr(10), "<br>","ALL")