Free HTML Calendars

I was looking round every where for a simple calendar, but they are always complicated PHP ones that look yucky.  So I decided to create simple ones that you can easily update every month by copying and pasting the code below the calendar you want.  But first of all you need to copy and paste this code Right after the body tag...this won't have to be changed every time you change the month for your calendar

Click to copy to clipboard
These are javascripts for the tooltip and today's date script.  Once you have pasted this, edit the CSS down the bottom where it says <!-- Edit Here to change the look of your calendar --> Then simply choose a calendar below, with the correct month on and paste it where you want it to show on your page you will find the following css classes:
  • .header{ changes the look of the days
  • .footer{ changes the look of the tooltip, Month, and today's date
  • .td{ changes the look of the main part of the calendars with the days on
  • .a{ changes the style of the text that has a tooltip event

Using the tooltip script to add events

This is simple, when you have added the calendar, find your day in the HTML code and add <A onMouseover="showtip2(this,event,'Write your text for the even here')" onMouseout="hidetip2()"> before the number and </A> after