MyBB Community Forums

Full Version: How i make a box ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How i make a box ? that use theme colors and place at the header

Please help
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>Heading</strong></td></tr>
<td class="tcat"><span class="smalltext"><strong>Sub Heading</strong></span></td>
<tr><td class="trow1">
Content
</td></tr>
</table>
Thankyou
hey, matt quick question, how would you add a [-] to that so it collapses and expands?
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr><td class="thead"><strong>Heading</strong></td></tr><collape=[$img]>
<td class="tcat"><span class="smalltext"><strong>Sub Heading</strong></span></td>
<tr><td class="trow1">
Content
</td></tr>
</table>

Hope fully it helps