Does not work ;( (both options)
this is my code :
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="58%" align="left">
<thead>
<tr>
<td class="alt1">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('my_table_$post[postid]')"><img id="collapseimg_my_table_$post[postid]" src="images/misc/test_open.gif" alt="" border="0" /></a>
Arcade
</td>
</tr>
</thead>
<tbody id="collapseobj_my_table_$post[postid]" style="display: none;">
<tr>
<td class="alt1" valign="top">
$post[crowns]$post[champtext]
</td>
</tr>
</tbody>
</table>
Any idea ?