I got this to show up on my forum home but Because I have it on a vertical module on my home page it shows up vertical on my forumhome and that's ugly..
I want to add it to a side bar and putting $classifiedsfeature in the table does not work
This is the code I have in my side column. Any ideas as to why the classifieds will not show up?
Code:
<!-- Classifieds -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('my_table3')"><img id="collapseimg_my_table3" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_my_table3].gif" alt="" border="0" /></a>
Classifieds
</td>
</tr>
</thead>
<tbody id="collapseobj_my_table3" style="$vbcollapse[collapseobj_my_table3]">
<tr>
<td class="alt1">
$classifiedsfeature
</td>
</tr>
</tbody>
</table>
<!-- Classifieds -->
I am using the Right side column on forum home only MOD
Here is a pic of my side bar. I have the sponsors box collapsed.