|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
ltwcalendar
Great calendar does exactly what I need, However before you bring out the stlye sheets, is there a way to change the background to match my site? I changed the table variables but I still end up with a white php background, I was unsuccessful in attempts in the classes .php. It loved giving me errors
|
|
#2
|
|||
|
|||
|
RE: ltwcalendar
You should be able to just change the line in the ltw_header.php file that reads
echo "<BODY>n"; to something like: echo "<BODY background="yellow">n"; |
|
#3
|
|||
|
|||
|
RE: ltwcalendar
Absolutley failed, It turned the page into a combo of schedules and calendar.php, all misa ligned. But i did take your advice a bit further and got it to work, with this work around, hope this helps:
echo "<BODY BGCOLOR="000000">n"; notice the wordchange from background to bgcolor, also the back slashes made the diff. Is this kosher? |
|
#4
|
|||
|
|||
|
RE: ltwcalendar
oops forgot the back slashs
echo "<BODY BGCOLOR="000000">n"; |
|
#5
|
|||
|
|||
|
RE: ltwcalendar
back slashes don t appear in post so i replaced the slashes with a | to show placement
echo "<BODY BGCOLOR=|"000000|">n"; |
|
#6
|
|||
|
|||
|
RE: ltwcalendar
Yep...that is my bad..I was typing the message and saw I said background...and meant to do bgcolor..forgot to go back and change it..thanks for catching it
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > ltwcalendar |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|