PDA


View Full Version : what this Blocks code?


erhanerhan_5
01-22-2006, 08:09 AM
how can i do this?
http://img43.imageshack.us/img43/1462/asassss3oh.jpg

my block code:



<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>&raquo; $vba_options[portal_blockbullet] BLOCK TITLE </strong></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">

<!-- Start code -->


<!-- Finish code -->
</td>
</tr>
</table>
<br />

Brian
01-23-2006, 03:08 AM
Remove everything from your template except for this:
<tr>
<td class="$getbgrow" width="100%">

<!-- Start code -->


<!-- Finish code -->
</td>
</tr>

Then turn on the 'Use Module Shell Template' option for that module.

erhanerhan_5
01-24-2006, 05:42 AM
Thanks Brian.