MyBB Community Forums

Full Version: as putting a banner ad on top of the forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
as putting a banner ad on top of the forum? for people to see something they want to show agent? see the image

[Image: 8nngm95n3lakge905bl.jpg]
how do I put the rotating banner at the top of this page that says Adminpromotion? http://www.adminpromotion.com/

I also wanted to know what it says affiliate at the end of the page ...
Can you explain me?
Its all about html... wait a sec
themes&templates/templates/your theme/index page templates/index

add this (Pub1) next to;
{$header}

<table border="0" cellspacing="1" cellpadding="4" class="tborder">
<tr><td class="thead"><strong><center>Nome da Tabela</center></strong></td></tr>
<tr><td class="trow1">
<center><a href='www.example.com'><img src='www.example.com' /></a><center>
</span>
<table border="0" cellspacing="1" cellpadding="4" class="tborder">
</td></tr>
</table>

(Edita os dados/Edit data)

add this (pub2"bottom")
next to {$boardstats}

<table border="0" cellspacing="1" cellpadding="4" class="tborder"'>
<tr>
<td class='thead' colspan='5'>
<font size='2'><center><b>TÍTULO </b><center></font>
</td>
</tr>
<tr>
<td width='79%' class='trow1' valign='top'>

<marquee onmouseover="this.stop()" onmouseout="this.start()" direction="left" scrollamount="4">
<a href="/"><img src="" alt="T" border="0" /></a> 
</marquee>
</td>
<td width='21%' valign='top' class='trow1' align='center'>



<img src="url do teu banner" /><br />


<a href="url para as parcerias">Parceria?</a>

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

Percebes-te tudo?