Page 1 of 1

Calendar..

Posted: Thu Dec 06, 2007 4:02 am
by sweaverit
Yeah, the dreaded Calendar problems! So far, mine is running fine because its just a basic installation.

1) I want the calendar to be big with each box having its own border.. and have the events of each day able to fit inside the box.  How do I do this?  What codes need edited?  The CSS for the calendar makes no sense to me.  :-\  I can get the text to be HUGE but then there are spacing issues, and everything looks crunched.

2) I'd like the row with the day names/letters to be a different color from the background? What part of the CSS references this line?

Re: Calendar..

Posted: Thu Dec 06, 2007 4:09 am
by calguy1000
Your best bet is to use firefox with the web developers extension (or firebug I guess, but I still haven't tried that).  there is functionality within those extensions to allow you to see what styles are in play for each element, and to allow you to edit styles dynamically without having to save the stylesheet, yada yada yada.

Re: Calendar..

Posted: Thu Dec 06, 2007 6:03 am
by sweaverit
Ok thank you! :)

Re: Calendar..

Posted: Wed Dec 12, 2007 4:09 pm
by sweaverit
I'm using the big_ table ID so that it uses that stylesheet.

I'm wondering, how I can make it show the event title on the calendar? 

Right now, each day that has an event, the number of the day is linked to the event info.  How can I change this and make it show a list of the days events on the day, each title linking to the event info page for that event?