PDA

View Full Version : Help, it's messing up my tables!


rob
07-06-2005, 10:02 PM
I have a html page that I am trying to include the calendar in.

I'm actually trying to create a page with a large (TOC) calendar and 3 small views of the months ahead beside it.

Have a look at the Before image. Everything looks good. I've gone through the HTML and verified that all the tags are in the right spot and present.

When I add this code in place of the "a" placeholder:
<?php
$TOC=1;
require("calendar/calendar.php");
?>


I get the messed up After image.

Can anyone help me? It would be greatly appreciated and I would defiantly purchase the calendar!

Brian
07-06-2005, 10:09 PM
Do you have the noNav command-line option enabled on that page? There is an known issue with this and it should be fixed soon.

Tod
07-07-2005, 03:27 AM
Where would I find the noNav option? I'm using a Mac running Tiger and Freeway as my authoring app. I'm having similar troubles.

rob
07-07-2005, 07:56 AM
Do you have the noNav command-line option enabled on that page? Thank-you for your reply and your help, Brian!

For good measure, I added $noNav="1"; before every include of the calendar on both my the row of small calendars on the left of my page and on the large TOC calendar on the right of the page.

It didn't work. Oddly, the navigation links still showed up on the bottom of the 3 small calendars on the right. However, my problem is really with the large TOC calendar not fitting into the table.

Any help is greatly appreciated. I'd really like to get this working and purchase a couple of copies of your software - everything else works great.

Brian
07-07-2005, 08:03 AM
Can one of you provide a link to the page in question?

rob
07-07-2005, 08:13 AM
I've isolated the table structure that the calendar is in. Any help is greatly appreicated.


<table width="100%" border="0" cellspacing="0" cellpadding="0" id="table1">
<tr bgcolor="#3C4B50">
<td width="12" align="left" valign="top"><img src="images/index_07.jpg" width="12" height="12" alt=""></td>
<td></td>
<td width="12" align="right" valign="top" bgcolor="#3C4B50"><img src="images/index_09.jpg" width="12" height="12" alt=""></td>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#3C4B50">&nbsp;</td>
<td align="center" valign="top" bgcolor="#4A595E">
<table width="100%" border="0" cellspacing="8" cellpadding="0" id="table2">
<tr>
<td>
<!-- Full CALENDAR -->
<?php
$CSS=1;
$TOC=1;
$noNav="1";
require("calendar/calendar.php");
?>
<!-- END FULL CALENDAR -->
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="12" bgcolor="#3C4B50">&nbsp;</td>
</tr>
<tr bgcolor="#3C4B50">
<td align="left" valign="bottom"><img src="images/index_21.jpg" width="12" height="12" alt=""></td>
<td></td>
<td align="right" valign="bottom"><img src="images/index_22.jpg" width="12" height="12" alt=""></td>
</tr>
</table>

ve9gra
07-07-2005, 11:36 AM
I think correct values for $noNav is 0 or 1... not "0" or "1"... Not entirely sure it would make a difference.

Brian
07-07-2005, 11:38 AM
I don't think this issue has to do with noNav. But I really need to see a link to the page with the issue to see what's happening...

rob
07-07-2005, 06:51 PM
Well, it was something with my table tags. I don't know what - but I recreated the page and it worked perfect.

Thank-you for your help, Brian. I just bought my first copy of your software!