Never been to DZone Snippets before?

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

About this user

Matt

« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS 

Alternate table cell background color

   1  
   2  BGCOLOR="###IIF(currentrow MOD 2, DE ('FFFFCC'), DE ('FFFFFF'))#"

Replace line breaks with HTML breaks

   1  
   2  Replace(check1.comments, chr(13) & chr(10), "<br>","ALL")
« Newer Snippets
Older Snippets »
Showing 1-2 of 2 total  RSS