Calendar Script

liunx

Guest
Im having a problem with the color of the dates in this script. Months etc shows like I want (white as I want it), but the dates are black and I want them white too, what am I missing? <br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><?/*********************************************************************<br /><br />By Morgan Andersson 2002.<br /><br />www.morgande.com<br />www.3dlr.com<br /><br />If you use this script then please buy a domainname to support me.<br /><br />************************************************************************/<br /><br />define ('ADAY', (60*60*24));<br />$datearray = getdate();<br />$month = $datearray['mon'];<br />$year = $datearray['year'];<br /><br />$start= mktime(0,0,0,$month,1,$year);<br />$firstdayarray = getdate($start);<br /><br />$months = Array('Januari','Februari','Mars','April','Maj','Juni',<br />    'Juli','Augusti','September','Oktober','November','December');<br />$days = Array('S榘
 
Back
Top