Thanks for that... unfortunately, the basic code isn't anywhere. I've found your post here:
http://www.sillybean.net/archives/2003_01_20.shtmlThat covers the style sheet. There's some other entries that give general indications ("put MTArchiveList archive_type="Monthly" around it") and so on... but mine's still screwed. I am now getting every month's name and link, then all the calendars (which at least are correct now!

).
So... here's what I have:
CODE
<center><table border="0" width=150 cellspacing="2" cellpadding="0" summary="Monthly calendar">
<MTArchiveList archive_type="Monthly">
<MTCalendar month="this">
<caption>- <a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a> -</caption>
<tr>
<th abbr="Sunday" align="center">Su</th>
<th abbr="Monday" align="center">Mo</th>
<th abbr="Tuesday" align="center">Tu</th>
<th abbr="Wednesday" align="center">We</th>
<th abbr="Thursday" align="center">Th</th>
<th abbr="Friday" align="center">Fr</th>
<th abbr="Saturday" align="center">Sa</th>
</tr>
<td align="center">
<MTCalendarIfEntries><MTEntries lastn="1"><a href="<$MTEntryLink$>"><$MTCalendarDay$></a></MTEntries></MTCalendarIfEntries>
<MTCalendarIfNoEntries><$MTCalendarDay$></MTCalendarIfNoEntries>
<MTCalendarIfBlank> </MTCalendarIfBlank></td>
<div class="quotation"><small><MTCalendarWeekFooter></small></div></tr></MTCalendarWeekFooter>
</MTCalendar>
<p>
</MTArchiveList>
</table></center>
Bear in mind that this might be totally screwed now, since I've been beating my head against it for several hours and am in a less-than-fit-state.

My output gives this:
- May 2003 -
- April 2003 -
- March 2003 -
Su Mo Tu We Th Fr Sa
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
(then two more calendars for previous months)
At this point, I'm pretty sure I'm just overlooking something really dumb. A pointer would be really, really nice: my brain hurts.

Once the problem's gone, I can figure the style sheets bit.

Thanks much!