| 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 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:
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 |