Forum Moderators: coopster

Message Too Old, No Replies

background image in php file

php calendar

         

nuplus

10:11 pm on Sep 14, 2004 (gmt 0)

10+ Year Member



i created a calendar in php.

i have this calendar displayed on another php page (index.php).

i added a background image to the calendar. it displays fine on the calendar alone but it won't display as a background image when i display it on index.php.

can someone help?!?

DooinMyHeadIn

11:55 pm on Sep 14, 2004 (gmt 0)

10+ Year Member



Sounds like a linking problem. If to index page is in a different directory to the calendar script then alter the image path accordingly or use an absolute url to the image. Perhaps if you post more details and some code users can see whats going on.

nuplus

1:09 am on Sep 15, 2004 (gmt 0)

10+ Year Member



actually i figured it out. i just put the <div> tag around the calendar in the index.php page and called the bg image using css.