QUOTE (Ghostboy @ Aug 17 2003, 11:23 AM)
Thanks!

I am sorry, but I have been trying to add the code below to my calendar to make it call all of the entries from a specific day, but I can't get it to work. When I click on any date on the calendar it takes me to the blogs main index page.
<MTEntryPermalink archive_type="Daily">
Below is the code that I am working with. I have set it so that in will always show February 2006 on the calendar because I do not want it to chance months.
I have daily, individual, and catagory archives activated.
Thank you for any help you can provide!
<div id="calendar">
<table summary="Monthly calendar with links to each day's posts">
<caption>Feb. 2006</caption>
<tr>
<th abbr="Sunday">Sun</th>
<th abbr="Monday">Mon</th>
<th abbr="Tuesday">Tue</th>
<th abbr="Wednesday">Wed</th>
<th abbr="Thursday">Thu</th>
<th abbr="Friday">Fri</th>
<th abbr="Saturday">Sat</th>
</tr>
<MTCalendar month="200602"> <MTCalendarWeekHeader>
<tr>
</MTCalendarWeekHeader>
<td>
<MTCalendarIfEntries><MTEntries lastn="1"><a href="<$MTEntryPermaLink$>"><$MTCalendarDay$></a></MTEntries></MTCalendarIfEntries><MTCalendarIfNoEntries><$MTCalendarDay$></MTCalendarIfNoEntries><MTCalendarIfBlank> </MTCalendarIfBlank></td><MTCalendarWeekFooter>
</tr></MTCalendarWeekFooter>
</MTCalendar>
</table>
</div>