Unordered list in sidebar block

Andy.N

Well-known member
I'm trying to make a list of threads to put on a sidebar block. The content of the sidebar block template is

PHP:
<div class="section">
<div class="secondaryContent">
<h3>MOST POPULAR ITEMS</h3>
<ul>
<li><a href="some url"><strong>first item</strong></a></li>
<li><a href="another url">second item</a></li>
</ul>
</div>
</div>

Obviously, it does not allow me to do html format inside secondaryContent class. Any suggestion?
 
Top Bottom