View Single Post
Old 11-23-2008, 10:59 PM   #5 (permalink)
Matt
The Wanderer
 
Join Date: Dec 2007
Location: united states
Posts: 16
Thanks: 7
Matt is an unknown quantity at this point
Default

i found an easy way to do this.
Code:
$cell_color = ($i % 2 == 0 ? "class1" : "class2"); $i++;
Send a message via AIM to Matt Send a message via MSN to Matt Send a message via Yahoo to Matt
Matt is offline  
Reply With Quote