MyBB Community Forums

Full Version: Create an additional table?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What template should I edit to create an additional table in my footer area where I can place affiliates? I also need to know what code and where to put it, is that makes any sense.

My forum is at www.weatherbb.com/forum
<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>

Try this.
This works perfect, thank you very very much Big Grin