12-02-2008, 08:34 AM
|
#2 (permalink)
|
|
The Acquainted
Join Date: May 2008
Location: Québec
Posts: 104
Thanks: 10
|
I foud it thanks you !
PHP Code:
if ($month == date("m") && $day == date("d")){ echo "<td valign=\"top\"><table border=\"0\" align=\"center\">"; echo "<tr><td width=\"100\" valign=\"top\" bgcolor=\"999966\">" . $day . "</td></tr>"; echo "<tr><td width=\"100\" height=\"100\" valign=\"top\"><br/></td></tr>"; echo "</table></td>"; }else{ echo "<td valign=\"top\"><table border=\"0\" align=\"center\">"; echo "<tr><td width=\"100\" valign=\"top\" bgcolor=\"cccc99\">" . $day . "</td></tr>"; echo "<tr><td width=\"100\" height=\"100\" valign=\"top\"><br/></td></tr>"; echo "</table></td>";
}
Am i doing it right ?
__________________
That's why we are not alone on earth... let's build !
|
|
|
|