OK Brian I tried something on a new page. Created a php page with nothing but the calendar. No java scripts, no css, but the one required for the calendar. I am not up to date on php coding and what I have done my be wrong but as you can see it will still not expand the calander on the 23rd. It is still working fine in Firefox.
Anymore suggestions for me to try? I am open because we would like to use this calendar.
David
This is the simple code I made:
<head>
<?php $CSS=1; require("calendar/calendar.php"); ?>
</head>
<body>
<?php $OL=1; require("calendar/calendar.php"); ?>
<?php $TOC=1; require("calendar/calendar.php"); ?>
</body>
Last edited by Bigguy; 02-09-2007 at 05:52 PM.
|