But I want the active category to have a different linkcolor than the others. Normally this could be done by javascript (which I'm not familiar with), but could it also be done this way?:
[The links on top of the first page]
CODE
[URL=<$MTCategoryArchiveLink$>?activecat=<$MTCategoryLabel$>]</a>
[The links on top of the other pages ones one has made a choice]
CODE
<MTCategories>
<?php
if($activecat==<$MTCategoryLabel$> {
<a href="<$MTCategoryArchiveLink$>" class="active"><$MTCategoryLabel$>[/URL]
} else {
<a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a>
?>
</MTCategories>
<?php
if($activecat==<$MTCategoryLabel$> {
<a href="<$MTCategoryArchiveLink$>" class="active"><$MTCategoryLabel$>[/URL]
} else {
<a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a>
?>
</MTCategories>
I don't know if php will work this way, because MT already filled in the tags.