PDA

View Full Version : Multi month table border


WildWill
07-17-2006, 01:51 AM
I've generated a horizontal two-month display, and there's a single pixel border around the table that contains it, and around the nav bar beneath. Any way to get rid of the border?

Brian
07-17-2006, 08:59 AM
Can you post a link to your page? It would make it easier to determine what needs to be done.

WildWill
07-17-2006, 11:52 AM
Thank you, Brian. Your question has answered mine. I realized I'd used CSS to determine the look of another table on the page, and it, of course, affected the calendar's table also. I fixed it.

I have another question that maybe I can ask here: I'd like to use your calendar on several pages to highlight different events specific to those pages. Is there some way to post a calendar highlighting only certain events without using the category drop-down selection feature?

Fantastic calendar, by the way.

ve9gra
07-17-2006, 12:11 PM
If you only want to see a specific category on a page, before the "require" that displays the calendar, add "showCat=X;"

The "X" being the result of what the advanced filter shows you in the Event Manager.

WildWill
07-17-2006, 12:48 PM
I have a category called Edgemoor. I would like a calendar that displays only the events for Edgemoor. The following doesn't get me anything but a parse error:

showCat=Edgemoor;
require ("calendar/calendar.php");

What am I doing wrong?

Brian
07-17-2006, 12:52 PM
Please search the documentation for showCat and it will detail how to arrive at the proper setting. :)

WildWill
07-17-2006, 01:14 PM
Problem solved. Thank you.