[Pugged] alternating colors
Dave J. Hala Jr.
ciapug@ciapug.org
02 Apr 2003 11:16:32 -0600
I know its a little late... but heres what I ended up doing to alternate
the back ground color of table rows.
for ($z=0l; $z < 10; $z++){
if ($table_bgcolor == "66ffff"){ $table_bgcolor = "#EEEEEE";}
else{$table_bgcolor = "66ffff";}
$table_row .= "
<TR>
<TD WIDTH=10% bgcolor=\"$table_bgcolor\"><INPUT
TYPE=\"TEXT\"NAME=\"CAT[]\" VALUE=\"$CAT[$z]\" SIZE=8 MAXLENGTH=8
bgcolor=\"$table_bgcolor\"></FONT></TD>
</TR>
";
}
What colors are people using for light gray and off white? I like my
colors, but people tell me that I must be color blind... :)
:) Dave
--
"...Unix, MS-DOS and Windows NT (also known as the Good, the Bad, and the Ugly)"
OSIS
Dave J. Hala Jr.
641.485.1606