Sample: August 2002. Stylesheet: calendar.css. Bullet: black2.gif. (Expected in /images/; change the stylesheet if you put it somewhere else.) Inspiration: Mena Trott. Relevant excerpt from Movable Type monthly template:

<div class="largecalendar">
<table cellpadding="0" cellspacing="0" summary="Monthly calendar with links to each day's posts">
<caption><span class="prevmonth"><MTArchivePrevious><a href="<$MTArchiveLink$>" title="<$MTArchiveTitle$>">&lt;&lt;</a></MTArchivePrevious></span>
<$MTEntryDate format="%B %Y"$>
<span class="nextmonth"><MTArchiveNext><a href="<$MTArchiveLink$>" title="<$MTArchiveTitle$>">&gt;&gt;</a></MTArchiveNext></span>
</caption>
<thead>
<tr>
<th class="sun">Sunday</th>
<th class="mon">Monday</th>
<th class="tue">Tuesday</th>
<th class="wed">Wednesday</th>
<th class="thu">Thursday</th>
<th class="fri">Friday</th>
<th class="sat">Saturday</th>
</tr>
</thead>
<tbody>
<MTCalendar month="this">
<MTCalendarWeekHeader><tr></MTCalendarWeekHeader>
<td class="d<$MTCalendarCellNumber$>">
<MTCalendarIfEntries>
<a class="daytitle" href="<MTEntries lastn="1"><$MTEntryLink$></MTEntries>"><$MTCalendarDay$></a>
<ul>
<MTEntries lastn="1">
<li class="first"><a href="<$MTEntryLink$>"><$MTEntryTitle$></a></li>
</MTEntries>
<MTEntries lastn="999" offset="1">
<li><a href="<$MTEntryLink$>"><$MTEntryTitle$></a></li>
</MTEntries>
</ul>
</MTCalendarIfEntries>
<MTCalendarIfNoEntries>
<div class="daytitle"><$MTCalendarDay$></div>
</MTCalendarIfNoEntries>
<MTCalendarIfBlank>&nbsp;</MTCalendarIfBlank>
</td>
<MTCalendarWeekFooter></tr></MTCalendarWeekFooter>
</MTCalendar>
</tbody>
</table>
</div> <!--calendar-->

§

Respond privately

I am no longer accepting public comments on this post, but you can use this form to contact me privately. (Your message will not be published.)



§

firehosecodeplanet

© 2001–9 Mark Pilgrim