Post by alecks on Jan 19, 2010 18:54:56 GMT -8
A simple affiliate table with a start and stop button.
Preview:wtfstudios.proboards.com
Goes where you want it displayed.
All other editing is simple html. If you need help with that, i will be glad to help.
Green is for the height and width. Change these to whatever you want.
Red is the URL of your play and pause buttons. You don't want the default ones, trust me. It should be easy to make or find a button, i just did it at around midnight, so kinda rushed.
Purple, usually the websites will give out their affiliate script in this format. If not, its the forum's url, and their affiliate banner's url.
Preview:wtfstudios.proboards.com
Goes where you want it displayed.
<!--affiliate table with start/stop--> <!--wtfisthatkid from http://wtfstudios.proboards.com--> <!--keep this header or i will find you.--> <!--don't repost anywhere else without permission--> <script language="JavaScript"> function function1(){ document.all.myMarquee.stop(); } function function2(){ document.all.myMarquee.start(); } </script><center> <table bordercolor="#ffffff" border="1px"><tr><tr class="titlebg" align="center"><td>Affiliates</td></tr> <tr class="menubg"><td> <marquee align="left" id="myMarquee" width="400" height="35"> <a href="URL"><img src="AFFILIATE BANNER"></a> </marquee></td></tr> <tr class="catbg" align="center"><td> <input type="image" src="img85.imageshack.us/img85/6210/playfx.gif" value="Start" onClick="function2();"> <input type="image" src="img683.imageshack.us/img683/4400/pause.gif" value="Stop" onClick="function1();"> </td></tr></table></center> <!--affiliate table end--> |
All other editing is simple html. If you need help with that, i will be glad to help.
Green is for the height and width. Change these to whatever you want.
Red is the URL of your play and pause buttons. You don't want the default ones, trust me. It should be easy to make or find a button, i just did it at around midnight, so kinda rushed.
Purple, usually the websites will give out their affiliate script in this format. If not, its the forum's url, and their affiliate banner's url.