sexaudia
04-04-2007, 02:49 AM
The problem I have is that the calendar doesnt center in IE only Firefox... (see top calendar code) On IE its always on the left justified... :<
SNIP ->>>>
<center>
<?php
// $TOC=1; // UNCOMMENT THIS LINE TO SHOW TEXT ON CALENDAR
//unset($epcAltLink); $epcAltLink="http://www.easyphpcalendar.com/"; // UNCOMMENT THIS LINE TO USE THE ALT LINK FEATURE
require("calendar.php");
?>
</center>
<br><br>
<?php
// SHOW LISTINGS MODULE
// $epcListMouseover=1; // WILL USE THE MOUSE-OVER POPUPS FOR LIST MODE
$LIST=1;
$DF = "M jS, Y (D)";
$template="modern.php";
require("calendar.php");
// THIS IS AN EXAMPLE OF THE MULTI-CALENDAR GENERATOR
/* // Remove this line to show the multi-calendar //
$MULTI=1;
$epcMultiWidth = "600px";
$epcMultiPad = 10;
$epcMultiNav = "580px";
$epcMultiCol = 3;
$epcMultiRow = 2;
require("calendar.php");
*/ // Remove this line to show the multi-calendar //
?>
SNIP ->>>>
<center>
<?php
// $TOC=1; // UNCOMMENT THIS LINE TO SHOW TEXT ON CALENDAR
//unset($epcAltLink); $epcAltLink="http://www.easyphpcalendar.com/"; // UNCOMMENT THIS LINE TO USE THE ALT LINK FEATURE
require("calendar.php");
?>
</center>
<br><br>
<?php
// SHOW LISTINGS MODULE
// $epcListMouseover=1; // WILL USE THE MOUSE-OVER POPUPS FOR LIST MODE
$LIST=1;
$DF = "M jS, Y (D)";
$template="modern.php";
require("calendar.php");
// THIS IS AN EXAMPLE OF THE MULTI-CALENDAR GENERATOR
/* // Remove this line to show the multi-calendar //
$MULTI=1;
$epcMultiWidth = "600px";
$epcMultiPad = 10;
$epcMultiNav = "580px";
$epcMultiCol = 3;
$epcMultiRow = 2;
require("calendar.php");
*/ // Remove this line to show the multi-calendar //
?>