Well, this is my first time that I post a code or hack in here, so please don't blame me. This code was made for invisionfree.com, but it work perfectly on vb. You can see the preview on my forum in the botton. Anyway here you go...
Quote:
<table align="center" border="0" width="92%" cellspacing="0" cellpadding="0" class="tableborder">
<!--
Scrolling Affilate Box w/ Text Area II
Created by DjTsWiMr582/ManyGames 2-01-04
Please visit http://s3.invisionfree.com/manygames2/index.php for more codes
This code may not be redistributed without permission from its maker.
This header must stay intact at all times. If you fail to comply with these rules, you will be reported and in result your board may be deleted.
-->
<tr>
<td>
<table cellpadding="3" cellspacing="1" border="0" width="100%">
<tr>
<td class="maintitle" align="center" colspan="3">
<font color="TITLE COLOR" size="2">
<b>TABLE TITLE</b>
</font>
</td>
</tr>
<tr>
<td width="70%" valign="middle" class="row4">
<marquee scrollamount=3 onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=3"><a href="LINK URL"><img src="IMAGE URL"></a></marquee>
</td>
<td width="30%" class="row3" valign="middle"><center>
<img src="YOUR BANNER IMAGE URL HERE"> <textarea rows='2' cols='20' readonly='readonly'>YOUR BANNER CODE HERE</textarea></center>
</td>
</tr>
</table>
</td>
</tr>
</table>
|
Change: TITLE COLOR -- The color of the title text (at the top of the table)
TABLE TITLE -- The title of the table EXAMPLE: Affilates
THE RED TEXT
-- This the speed of the marquee when the mouse is NOT hovering over it (THIS IS A NUMBER). Both of the numbers in the red text MUST be the same. The reason the are two number is because if you only had onMouseout="this.scrollAmount=3" without this marquee scrollamount=3 before it, then it would start out going real fast until you hovered over it.
onMouseover="this.scrollAmount=0" -- this.scrollAmount=
0 The 0 is the speed of the marquee when you hover over it. Use 0 to stop.
<a href="LINK URL"><img src="IMAGE URL"></a> --
LINK URL is the URL your browers will take you to once you click the image.
IMAGE URL is the URL of the image for the link.
YOUR BANNER IMAGE URL HERE -- The image URL for your banner
YOUR BANNER CODE HERE -- The code people will use to put your banner on their site EXAMPLE:
You must first be a
registered member to view any code.
Repeat this line: <a href="LINK URL"><img src="IMAGE URL"></a> (between the marquee tags) to add more affilates.
Take out the <br> tag (<img src="YOUR BANNER IMAGE URL HERE">
<br> <textarea rows='2' cols='20' readonly='readonly'>YOUR BANNER CODE HERE</textarea>) to make the image a text box apper on the same line.
IF YOU LIKE IT SAY THANK YOU
ENJOY!!!