Return to Snippet

Revision: 17156
at August 25, 2009 13:06 by deftonez4me


Initial Code
$class = ($i % 2 == 0) ? "class='alt-row'" : "";

Initial URL

                                

Initial Description

                                

Initial Title
Alt Row Class Logic in a table

Initial Tags

                                

Initial Language
PHP