PDA

View Full Version : My demo calendar is offset


ccdhh
11-30-2005, 04:30 PM
Hi--I downloaded the demo version a couple of days ago for my nonprofit organization to test it out as an addition to a new website I'm putting together, but I've been struggling since then with the position of the calendar.

I'd like it to fit neatly between the header and footer of the page (which is PHP-coded, by the way), but it's off to the right and it cuts my footer short. I'm not sure if this is an issue engendered by the calendar/index.php page referring to the demo.php page, if it's being caused by the PHP coding that I'd like to integrate the paid version with, or if it's an issue with the calendar itself.

Take a look when you get the time: http://www.ccdhh.org/lab2/calendar

I don't know if this question is a hanging offense or anything, but I appreciate any help you're willing to give. Thanks.

Brian
11-30-2005, 06:44 PM
You have an issue with the existing tables on the page. Let me see if I can find the exact cause...

Brian
11-30-2005, 07:14 PM
I see a couple of sets of <head> tags (should only be one at the top) and several other issues with the original page. Can you zip and attach the source of the original page or attach it to a support ticket so I can see better what's happening?

(BTW, this isn't an issue with the calendar, but with the layout of the original page.)

ve9gra
12-01-2005, 06:38 AM
What it looks like to me is that you've included either /calendar/index.php or demo.php as a whole instead of integrating the calendar only as is described in the Online Documentation (http://docs.easyphpcalendar.com/).

ccdhh
12-01-2005, 09:50 AM
Ah...I was missing an implication or two.

Check out http://www.ccdhh.org/lab2/calendar.php ...not sure how to get the "Setup Manager" and "Event Manager" links to show up, but then I really am very new to this.

Brian
12-01-2005, 09:57 AM
You can create your own links on the page to the calendar/events/index.php and calendar/setup/index.php files.

ve9gra
12-01-2005, 09:58 AM
Actually, those links are defined in the demo.php file only.. In your page, you can add the following right above the calendar to get those links back.
<span class="style1"><a href="calendar/setup/index.php">Setup Manager</a> | <a href="calendar/events/index.php">Event Manager</a></span><br>

ccdhh
12-01-2005, 03:28 PM
Ah, got everything. Thanks, guys.