PDA

View Full Version : Collapse Box


punk23
02-26-2009, 07:19 PM
Hi all,

Could someone please make this box collapsable for me? I just can't get it right :confused:

<if condition="$vboptions[vert_horiz] > 0">
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td valign="top">
</if>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat" colspan="$fh_limit">$title</td>
</tr>
<if condition="$vboptions[vert_horiz] == 0">
<tr>
</if>
$fhlist
<if condition="$vboptions[vert_horiz] == 0">
</tr>
</if>
</table>
<if condition="$vboptions[vert_horiz] > 0">
</td>
<td valign="top">
</if>

<br>

Thank you for helping me :)