I tried this:
CODE
<div class="akrivrubrik"><MTArchiveList archive_type="Monthly"> <$MTArchiveTitle$>
</MTArchiveList></div>
<br> <MTArchiveList archive_type="Individual"> # <a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a><br>
</MTArchiveList>
</MTArchiveList></div>
<br> <MTArchiveList archive_type="Individual"> # <a href="<$MTArchiveLink$>"><$MTArchiveTitle$></a><br>
</MTArchiveList>
But as you can see it's not the right way to do it... This way I get for example:
October November
and then all the entries...
I'd like it to look something like this instead:
October
# ....
# ....
# ....
November
# ...
# ...
# ...
and so on. What's the "real" code for this?
Thanks a lot!
/maria - newbie to MT