May 07, 2009, 07:43 PM
Hello guys.....
I was wondering if you could help me with a small matter.
(And I hope I have posted this in the correct section)
On my board I have given select members and groups permission to post HTML.
I would like to have a "Previews Box" that uses the expander.
However, I want it to be collapsed by default so that the content is hidden.
Is that possible?
Thanks heaps for your help!
Owen
I was wondering if you could help me with a small matter.
(And I hope I have posted this in the correct section)
On my board I have given select members and groups permission to post HTML.
I would like to have a "Previews Box" that uses the expander.
However, I want it to be collapsed by default so that the content is hidden.
Is that possible?
Thanks heaps for your help!
Owen
PHP Code:
<table width="100%" cellpadding="6" cellspacing="1" border="0" class="tborder">
<tbody>
<tr>
<td class="thead" colspan="2">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['newbox_e']}.gif" id="newbox_img" class="expander" alt="[-]" title="[-]" /></div>
<strong>Previews</strong>
</td>
</tr>
</tbody>
<tbody style="{$collapsed['newbox_e']}" id="newbox_e">
<tr>
<td class="trow1">Test Content
</td>
</tr>
</tbody>
</table>
<br />