I want to add in a class to the div that surrounds the tag cloud in my widget area.
From the html generated:
<div id="left-aside" class="aside main-aside">
<ul class="xoxo">
<img src="/images/widgetTop.png"/>
<li id="tag_cloud-2" class="widgetcontainer widget_tag_cloud">
<h3 class="widgettitle">Topics</h3>
-----> <div>
<a class="tag-link-3" style="font-size: 8pt;" rel="tag" title="1 topic" href="http://www.knittlebits.com/tag/cooking/">cooking</a>
</div>
</li>
<img class="widgetBottom" src="/images/widgetBottom.png"/>
See that <div> after the widgettitle? Where does that come from? I don't necessarily need to know how to add to the the code but I can't hook into something that doesn't seem to exist. Argh!
At the Construction Site
Many thanks.