Possible bug in Multi-Calendar???
After nearly pulling my hair out it looks like $epcMultiPad does not pass it's variable like it's supposed to. I used the following:
<?php
$MULTI=1;
$epcMultiWidth = "100%";
$epcMultiPad = 0;
$epcMultiNav = "0px";
$epcMultiCol = 1;
$epcMultiRow = 3;
require ("calendar/calendar.php");
?>
$epcMultiPad = X;
Set X to the amount of padding (in pixels) to use in the table cells.
However, the table that gets created does not listen to the variable it is "supposed" to be getting passed.
You can see an example here: http://goyouth.org/events.php
The code looks like:
<table width="100%" border="0" cellspacing="0" cellpadding="10">
The 10px cellpadding in the right side table is jacking the alignment of the page. I just want the table to receive it's intended padding.
All help is very much appreciated and thanks in advance for your time and support.
Sincerely,
Travis
|