ashly
06-04-2004, 10:04 AM
This is my collapse module version.
You will find in the template 4 Times this word TEMPALTENAMEHERE.
So If your template for your module is called adv_portal_Test Thane you have to replace TEMPALTENAMEHERE with Test Thats all.
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('TEMPALTENAMEHERE')"><img id="collapseimg_TEMPALTENAMEHERE" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg_TEMPALTENAMEHERE.gif" alt="" border="0" /></a>
<span class="smallfont"><strong>$vba_options[portal_blockbullet] Custom Module 1</strong></span></td>
</tr>
</thead>
<tbody id="collapseobj_TEMPALTENAMEHERE" style="$collapseobj_TEMPALTENAMEHERE">
<tr>
<td class="$getbgrow">
<!-- Begin custom code -->
Your custom code comes here.
<!-- End custom code -->
</td>
</tr>
</tbody>
</table>
<br />
Please tell what you think of it...;)
You will find in the template 4 Times this word TEMPALTENAMEHERE.
So If your template for your module is called adv_portal_Test Thane you have to replace TEMPALTENAMEHERE with Test Thats all.
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('TEMPALTENAMEHERE')"><img id="collapseimg_TEMPALTENAMEHERE" src="$stylevar[imgdir_button]/collapse_tcat$collapseimg_TEMPALTENAMEHERE.gif" alt="" border="0" /></a>
<span class="smallfont"><strong>$vba_options[portal_blockbullet] Custom Module 1</strong></span></td>
</tr>
</thead>
<tbody id="collapseobj_TEMPALTENAMEHERE" style="$collapseobj_TEMPALTENAMEHERE">
<tr>
<td class="$getbgrow">
<!-- Begin custom code -->
Your custom code comes here.
<!-- End custom code -->
</td>
</tr>
</tbody>
</table>
<br />
Please tell what you think of it...;)