Add text to a cell.<span class="date">2</span><br>Bake Sale |
January 2011
|
Change color of column headers.
/* Styling for the column headers (days of the week) */
th {
background-color:green;
}
|
January 2011
|
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
|