Thank you for checking into this issue.
I am not sure which version I have of the calendar software, however, I did buy it today (Jan 8) and I would assume you would have the most recent version available for purchase.
I am open to the possibility that my page may have coding errors, however, without the tags reccomended to me in the installation instructions that came with the calendar, the page validates perfectly as XHTML 1.0 Transitional, as does the CSS. It is only when I place the 3 tags in the index.php document that I am getting errors upon validation. I recieve 44 errors and the first 12 deal with tables, which I have not used in my coding so I assume they are inherited from the calendar script. Here is a link to the error URL.
Here are the 3 php codes I place in the document and their locations.
1) <?php $CSS=1; require ("escal/showCalendar.php"); ?>
This is located just before the </head> tag in the document.
2) <?php $OL=1; require ("escal/showCalendar.php"); ?>
This is the first line of code in the document just after the <body> tag.
3) <?php require ("escal/showCalendar.php"); ?> This is located at the point in the document where I would like the calendar located.
You are more than welcome to look over my documents as they are linked in my post above. I have checked all my nested tags and can not find any errors. Thank you again for your attention to this matter.
Jon
Last edited by usermanual; 01-08-2005 at 11:44 PM.
Reason: Add. Info
|