PDA


View Full Version : Box on Left


michael5472
06-05-2005, 06:19 AM
How can i get a box around a custom block ?

on my forums i have added a vote for us block but it looks crap without the box around it please can someone help me.

the site is www.satforums.co.uk/forum

TTG
06-05-2005, 09:54 AM
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><b>$vba_options[portal_blockbullet] Custom Module 1</b></span></td>
</tr>
<tr>
<td class="$getbgrow" width="100%">

<!-- Begin custom code -->
Your custom code comes here.
<!-- End custom code -->

</td>
</tr>
</table>
<br />

Brian
06-05-2005, 09:59 AM
Or just upgrade to v2.0 and use the module shell template option. ;)