Here is the code:
<div class="accordian">
{exp:channel:category_archive channel="Tutorials" show="60|65|131|29|122|30" style="linear"}
{categories}
<h2 id="{category_url_title}" class="mtl">{category_name}</h2>
<div class="column_2">
<dl>
{exp:channel:entries category="{category_id}&136;" dynamic="no" require_entry="yes" disable="categories|member_data|pagination"}
{if no_results}<dt><a href="#">There are no {cat_name} submitted yet.</a></dt>{/if}
<dt><a href="#">{title}</a></dt>
<dd>
{body}
<a href="http://{link_url}" rel="external" title="{title}">Visit homepage</a>
</dd>
{/exp:channel:entries}
</dl>
</div>
{/categories}
{/exp:channel:category_archive}
</div>Can anyone see why the no_results doesn’t work? If it is not possible to have no_results work inside the category_archive tag, is there another way around this?