Title: Add a box under Board Statistics table
Author: Romanos
Preview:
http://evolutiondesigns.w4.clicdev.c...ex.php?act=idx
ACP -> Skins & Templates -> Manage Skin Sets -> HTML -> Board Index Sections -> End Board Statistics Table.
Above
Code:
</table>
</div>
<!-- Board Stats -->
Add:
1 Box
Quote:
<table cellpadding='4' cellspacing='1' border='0' width='100%'>
<tr><td class='pformstrip' colspan='2'>
YOUR TITLE HERE
</td>
</tr>
<tr>
<td width="5%" class='row2'> </td>
<td class='row4' width='95%'>
HTML OR TEXT HERE
</td>
</tr>
|
2 Boxes
Quote:
<table cellpadding='4' cellspacing='1' border='0' width='100%'>
<tr><td class='pformstrip' colspan='2'>
YOUR TITLE HERE
</td>
</tr>
<tr>
<td width="5%" class='row2'> </td>
<td class='row4' width='95%'>
HTML OR TEXT HERE
</td>
</tr>
<table cellpadding='4' cellspacing='1' border='0' width='100%'>
<tr><td class='pformstrip' colspan='2'>
YOUR TITLE HERE
</td>
</tr>
<tr>
<td width="5%" class='row2'> </td>
<td class='row4' width='95%'>
HTML OR TEXT HERE
</td>
</tr>
|
3 Boxes
And somewhere at the bottom add:
Code:
<center>Boxed Partners and Copyrights created by <b>Romanos</b> at <a href="http://evolutiond.com">Evolution Designs</a>.</b> </center>