Ok so I see a few people asking about affiliates boxes on the bottom of their forum. Here is some code for a basic affiliate box (scrolling), I added some default images and also added a box with some sample text. You can change the width, color and text to suit your needs.
I will be showing you how to create rotating banners in my next topic (which will be tomorrow).
Code:
<center>
<table style="bottom: 14px; position: relative; border-collapse: separate;" class="bordercolor" cellspacing="0" cellpadding="0" width="92%" align="center" border="0" >
<tbody>
<tr>
<td bgcolor="#cccccc">
<table style="border-collapse: separate;" bordercolor="#333333" cellspacing="1" cellpadding="8" width="100%" bgcolor="#cccccc" border="1">
<tbody>
<tr>
<td class="Affiliate" colspan="2">
<p align="center"><font class="Affiliate Text" size="2"><b>Affiliates</b></font></p></td></tr>
<tr>
<td class="Affliate" valign="top">
<div style="overflow: auto; width: 100%; height: 34px;">
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="3" scrolldelay="1">
<a href="#"><img alt="your affiliate button" src="http://img38.imageshack.us/img38/2186/affbutton.png" style="border-style: none"/></a>
<a href="#"><img alt="your affiliate button" src="http://img38.imageshack.us/img38/2186/affbutton.png" style="border-style: none"/></a>
<a href="#" target="_blank"><img height="31" alt="your affiliate button" src="http://img38.imageshack.us/img38/2186/affbutton.png" width="88" style="border-style: none"/></a>
<a href="#"><img height="31" alt="your affiliate button" src="http://img38.imageshack.us/img38/2186/affbutton.png" width="88" style="border-style: none"/></a>
</marquee>
</div>
</td>
<td class="windowbg2" valign="top" width="38%">
<div align="center"><font size="2">Become An Affiliate - MORE TEXT HERE!</font></div>
<div align="center"><font size="2" >Apply in </font><font size="2">affiliates board on the forums.</font></div></td>
</td></tr></tbody></table></td></tr>
</td>
</tr></tbody></table></center></div></td></tr></tbody></table>
</td>
</tr>
</tbody>
</table>
I will be showing you how to create rotating banners in my next topic (which will be tomorrow).







