PHPBB 3 affiliates Code Help

You will have to make a table. So on my forum, i have this:
Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="0"
class="tborder">
<tr>
<td class="thead" colspan="2"><strong>Affiliates</strong></td>
</tr>
<tr>
<td class="trow1"valign="top"><div align="center">The Affiliate Buttons
</div></tr>
</table>

Not sure if the "thead" and "{$theme['borderwidth']}" would be the same for phpbb, but you could always change it.
 
Wolfy said:
You will have to make a table. So on my forum, i have this:
Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="0"
class="tborder">
<tr>
<td class="thead" colspan="2"><strong>Affiliates</strong></td>
</tr>
<tr>
<td class="trow1"valign="top"><div align="center">The Affiliate Buttons
</div></tr>
</table>

Not sure if the "thead" and "{$theme['borderwidth']}" would be the same for phpbb, but you could always change it.
The Code did not work.
 
It is working for me. did you put it in the overall_footer.html file in the right style's template?
 
To make it like FP you need to have the CSS and HTML code, just use the default box provided in your style.
 
Back
Top Bottom