Announcement

Collapse
No announcement yet.

Calendar Script on Fantastico to Alter

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    Thanks,
    Stratis

    www.holleyjohnson.net
    mailto: stratis.constas@holleyjohnson.net

  • #2
    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
    Thanks,
    Stratis

    www.holleyjohnson.net
    mailto: stratis.constas@holleyjohnson.net

    Comment

    Working...
    X