+ Reply to Thread
Results 1 to 2 of 2

Thread: Calendar Script on Fantastico to Alter
      
   

  1. #1
    econstas's Avatar
    econstas is offline Second Lieutenant
    Join Date
    Jul 2006
    Location
    Durham, NC
    Posts
    105

    Default Calendar Script on Fantastico to Alter

    Hello everyone. I have been using the calendar from Fantastico with no problems. I wanted to know if there was a way to alter the program. I would like to use the graphic/code of hte small calendar on the top right.

    http://holleyjohnson.net/phpcal/day.php?date=20060904


    The code looks like its written in XML. I would like to take that calendar and put it on one of my pages. Will this be possible,? And if so, what or how can I pull that code to make the change.

    Thanks,
    Stratis

  2. #2
    econstas's Avatar
    econstas is offline Second Lieutenant
    Join Date
    Jul 2006
    Location
    Durham, NC
    Posts
    105

    Default Re: Calendar Script on Fantastico to Alter

    WellI figured out the first part to what I want. I still looking into have a smaller calender on the website.

    http://www.k5n.us/webcalendar.php?topic=FAQ code found within this page.

    Open HTML box so you can add the code:
    <iframe height="100" width="300" scrolling="yes" src="/phpcal/upcoming.php"></iframe>


    since this is inline frame. I didn't know to make the background color different than the website. So, made a table changed the color and put it behind the HTML code. The iframe is transparent. I tried bgcolor / background-color / and others.. no change.. so did the cheap trick.. made the color behind it what I wanted.

    www.holleyjohnson.net

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49