Classifieds Photo Gallery Guestbook Chat Calendar
Home
Navigation bar

This will let you create html code for inserting a calendar into your own page. The calendar is automaticially updated with new events, and you dont have to do any maintenance.
You may set your own colors, use hex values with out a leading #, just the 6-character hex string.
If you have any questions or need help feel free to mail me.

Size: Tiny(140*94): Small(180*120): Medium(320*240): Large(640*480)
Colors are in hex, with no leading "#".
Background color:use "clear", (without the quotes) to get a calendar with a transparent background.
Foreground color:
Highlight color:
background image : NO Image

Here is the html to insert this calendar into your page:
<form ACTION="http://scoot.net/calendar/calendarimage.cgi/size=medium/" METHOD="GET">
<input TYPE="IMAGE" HEIGHT="240" WIDTH="320" NAME="CAL" SRC="http://scoot.net/calendar/calendarimage.cgi/size=medium:hlcolor=FF0000:bgcolor=A9A9A9:fgcolor=000000/">
</form>



If you want a new browser window to open when someone clicks on the calendar you can use this html instead:
<form ACTION="http://scoot.net/calendar/calendarimage.cgi/size=medium/" target="_blank" METHOD="GET"> <input TYPE="IMAGE" HEIGHT="240" WIDTH="320" NAME="CAL" SRC="http://scoot.net/calendar/calendarimage.cgi/size=medium:hlcolor=FF0000:bgcolor=A9A9A9:fgcolor=000000/"> </form>