Hi,
I am new to Movable Type and was wondering if it is possible to edit the sub category lists to have an id/class without the parent list having the same one?
for example
<ul id="maincat">
<li><a href="">cat name</a>
<ul id="subcat">
<li><a href="">cat name</a></li>
<li><a href="">cat name</a></li>
<li><a href="">cat name</a></li>
</ul>
</li>
<li><a href="">cat name</a></li>
<li><a href="">cat name</a></li>
</ul>
I need to do this in order to grab the sub cats with Javascript without the main cats being affected.
Is this possible?