Want to add one of those groovy-cool calendars to your blog? MovableType 1.4 lets you! The extended text of this entry shows you the code. How cool is that?
<!–begin calendar–>
<div align=”center” id=”calendar_style”>
<table border=”0″ cellspacing=”4″ cellpadding=”0″ class=”calendar_style”>
<tr class=”calendar_style”>
<td colspan=”7″ align=”center”><$MTDate format=”%B %Y”$></td>
</tr>
<tr class=”calendar_style”>
<td align=”center”>S</td>
<td align=”center”>M</td>
<td align=”center”>T</td>
<td align=”center”>W</td>
<td align=”center”>T</td>
<td align=”center”>F</td>
<td align=”center”>S</td>
</tr>
<MTCalendar>
<MTCalendarWeekHeader>
<tr class=”calendar_style”>
</MTCalendarWeekHeader>
<td align=”center”>
<MTCalendarIfEntries>
<MTEntries lastn=”1″>
<a href=”<$MTEntryLink$>”>
<$MTCalendarDay$>
</a>
</MTEntries>
</MTCalendarIfEntries>
<MTCalendarIfNoEntries>
<$MTCalendarDay$>
</MTCalendarIfNoEntries>
<MTCalendarIfBlank>
</MTCalendarIfBlank>
</td>
<MTCalendarWeekFooter>
</tr>
</MTCalendarWeekFooter></MTCalendar>
</table>
</div>
<!–end calendar–>
This is a test of the new comment format.