URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Create A Forum - Support Forums
  HTML https://support.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Create a Forum Codes and Support
       *****************************************************
       #Post#: 504--------------------------------------------------
       [Code] Affiliates and Logos
   DIR By: Fate
       Date: August 2, 2010, 7:40 am
       ---------------------------------------------------------
       Affiliates and Logo Code
       If you want your Affiliates at the Top, add the code to your
       Headers.
       If you want your Affiliates at the Bottom, add the code to your
       Footers.
       --- Code ---
       <!---Affiliates and Logo by Fate--->
       <!---
  HTML http://cfcoding.createaforum.com
       --->
       <!-- Original Code: Affiliate Box Codeby deathwilldie from
       Simple Machine Codes
       (www.smcodes.smfforfree3.com)-->
       <div class="tborder"><table width="100%" border="0"
       cellspacing="1" cellpadding="4">
       <tr class="catbg"><td
       width="80%"><center>Affiliates</center></td>
       <td width="20%"><center>Logo</center></td>
       </tr>
       <tr>
       <td width="80%" class="windowbg2">
       <marquee onmouseover="this.stop()" onmouseout="this.start()">
       <!---Start Your Affiliates--->
       <a href="AFFILIATE'S_URL"><img src="THEIR_LOGO_URL"/></a>
       <a href="AFFILIATE'S_URL"><img src="THEIR_LOGO_URL"/></a>
       <!---End Your Affiliates--->
       </marquee>
       </td>
       <td class="windowbg" width="20%">
       <center>
       <!---Start Your Logo--->
       <img src='YOUR_LOGO_URL' border='0'/>
       <!---End Your Logo--->
       
       
       </center>
       </td></tr></table></div>
       <!---
  HTML http://cfcoding.createaforum.com
       --->
       <!---End Affiliates and Logo by Fate--->
       
       --- End Code ---
       Description: This adds an Affiliates Bar which scrolls the logos
       of your affiliates - linking to their page. On the right side,
       you will have your own logo.
       Change: AFFILIATE'S_URL to your Affiliate's site link.
       Change: THEIR_LOGO_URL to the link of their logo/picture.
       Change: YOUR_LOGO_URL to the link of your logo/picture.
       You may add more affiliates by simply adding more of this line
       to the labeled spot:
       --- Code ---
       <a href="AFFILIATE'S_URL"><img src="THEIR_LOGO_URL"/></a>
       --- End Code ---
       *****************************************************
       Page 1 of 1