Free HTML Calendars - style 2

These are simpler versions of my HTML calendars, they use basic tool tips not javascript tooltips, simply because they just do not work with every layout (including mine!) So anyway copy the code in the text box below and put it after your <head> tag...you only have to do this once.

Click to copy to clipboard
This contains the javascript for today's date and the CSS for the calendar.  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
  • .border{ changes the look of the main part of the calendars with the days on and the colour of the calendars border...if you want a border

Now everytime you want a new calendar you only have to paste the recent calendar code over the old calendar code