vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: Code Submissions :: > Marquee Affilate Table

Marquee Affilate Table - Posted By RuhRoe (mezorro) on 5th Dec 08 at 2:03am
This is a very simple affilate code. The images move to the left {Smile} My first Affilate Code {Smile}

<table border="0" cellSpacing="1" cellPadding="3" class="border" width="500px" align="center">
<!-- Made by RuhRoe -->
<tr>
<td class="title1" align="left">
Affilate Table Title.
</td>
</tr>
<tr>
<td class="window1" align="center">
<div style="padding: 2px;">
<marquee onmouseover="this.stop()" onmouseout="this.start()" direction="left" scrollamount="3">
<a href="FORUM URL">
<img border="0" src="IMG SORCE">
</marquee>
</div>
</td>
</tr>
</table>

Put the forum URL that you are affilating with.
The source of the affilate image.
Title of the Affilate Table
Width of the Table in pixels.

Feel free to edit anything but please leave the copyright {Wink}