HTML Calendar Maker 2.0

Customize your calendar


Add text to a cell.
<span class="date">2</span><br>Bake Sale
January 2011
SunMonTueWedThuFriSat
      1
2
Bake Sale
345678

Change color of column headers.
/* Styling for the column headers (days of the week) */
th {
    

    background-color:green;

    }
January 2011
SunMonTueWedThuFriSat
      1
2345678

Change title position and size.
/* Styling for the title (Month and Year) of the calendar */
div.title {
    font: medium Verdana, Arial, Helvetica, sans-serif;
    text-align: left;


    }
January 2011
SunMonTueWedThuFriSat
      1
2345678

Back to calendar page