|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
PDF prints black Events
when i hit the PDF liunk, all events on the calendar show as black boxes?
http://www.giglioband.com/calendar/calendar.php |
|
#2
|
|||
|
|||
|
RE: PDF prints black Events
It should use the same fg/bg color as the category. It may be related to changes to styles. Let me know how things are set up on your end.
|
|
#3
|
|||
|
|||
|
RE: PDF prints black Events
/*
// ltw_style.css // $Id: ltw_style.css 5 2006-03-12 08:15:51Z mootinator $ // // ltwCalendar Style Sheet */ a.prevnext:link {color: red; font-size: 12px; text-decoration:underline} a.prevnext:visited {color: red; font-size: 12px; text-decoration:underline} a.prevnext:hover {color: blue; font-size: 12px; text-decoration:} a.prevnext:active {color: red; font-size: 12px; text-decoration:} a.day:link {color: green; font-size: 12px; text-decoration:} a.day:visited {color: green; font-size: 12px; text-decoration:} a.day:hover {color: red; font-size: 12px; text-decoration:} a.day:active {color: green; font-size: 12px; text-decoration:} a.event:link {color: blue; font-size: 12px; text-decoration:underline} a.event:visited {color: blue; font-size: 12px; text-decoration:underline} a.event:hover {color: red; font-size: 12px; text-decoration:underline} a.event:active {color: blue; font-size: 12px; text-decoration:underline} a.admin:link {color: blue; font-size: 12px; text-decoration:underline} a.admin:visited {color: blue; font-size: 12px; text-decoration:underline} a.admin:hover {color: red; font-size: 12px; text-decoration:underline} a.admin:active {color: blue; font-size: 12px; text-decoration:underline} table.cal { background-color: green; height: 500px; border-style: none; border-width: 3px; font-family: sans-serif } .caption { color: red; font-size: 28px; font-weight: bold; } .thead { color:white; background-color: green; font-size: 14px; } td.cal { background-color: #c2eebc; text-align: left; vertical-align: top } tfoot.cal { color:black; background-color: green; font-size: 12px; text-align: left } ul.cal { margin: 0px; list-style-position: inside } .cal-admin-link { color: #ffffff; font-family: Tahoma, Verdana, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; } td.calempty { background-color: #ddd; text-align: left; vertical-align: top; } |
|
#4
|
|||
|
|||
|
RE: PDF prints black Events
Ah, sorry, having a bad month here. The color it uses for the PDF should be the same as the categories, which would be defined in the database, rather than a css file. If you don't have any categories defined, it should default to white on black. (Which, appears to be the problem here that it isn't.)
|
|
#5
|
|||
|
|||
|
RE: PDF prints black Events
I do not understand where I should make changes. You said database?
|
|
#6
|
|||
|
|||
|
RE: PDF prints black Events
I figured it out... thanks
|
![]() |
| Viewing: Codewalkers Forums > Projects > ltwCalendar > PDF prints black Events |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|