PDA

View Full Version : Help with Date Line in List


bahrook
03-29-2008, 12:11 PM
I am working on incoporating the EasyCalendar into my site
http://www.wufound.org/calendar/index.php?mo=3&yr=2008

But when I scroll down to the list of events the dates are displaying as white on white, so they don't show up unless one highlights the row. I use a style sheet for my site and wondered if something in it could be the problem. I have attached the demo.php that I have created for this page. I have not modified the calendar.php in any way.

I am using EasyPHPCalendar version 6.3.24.

Please tell me what I can do to fix this problem. I would really like to go live with this calendar.

Thanks,
Matt

ve9gra
03-29-2008, 01:19 PM
This is because in your WUF.css (line 31) you have something that modifies every TD element to have a white background.

You can fix it by either changing your CSS, or by modifying /calendar/templates/modern.php so that .newDate has black for color.

bahrook
03-29-2008, 03:27 PM
I had missed the TD in my CSS, it took a little time, but it all got fixed.