Hi, i was wondereing how you would make a simple alternating td bgcolor
e.g.
purple
white
purple
white
in my forum im trying to change the font color:
here's what i have so far!
could someone gve me the code pls??
Thanx
Martin
PS to see what im trying to do visit:
e.g.
purple
white
purple
white
in my forum im trying to change the font color:
here's what i have so far!
Code:
if ($color = "#00ff00")
{
$color = "#FFFFFF";
}
else
{
$color = "00FF00";
}
echo("<font color=$color><b>User</b> $sub replyed to this message on the <b>$dp</b><br><br>$rep</font>")."<br><br><hr>";
could someone gve me the code pls??
Thanx
Martin
PS to see what im trying to do visit: