Create A Forum - Support Forums

Support => Create a Forum Codes and Support => Topic started by: Fate on August 02, 2010, 12:40:09 pm

Title: [Code] Affiliates and Logos
Post by: Fate on August 02, 2010, 12:40:09 pm
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: [Select]
<!---Affiliates and Logo by Fate--->
<!---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--->
<br>
</center>
</td></tr></table></div>
<!---http://cfcoding.createaforum.com--->
<!---End Affiliates and Logo by Fate--->


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: [Select]
<a href="AFFILIATE'S_URL"><img src="THEIR_LOGO_URL"/></a>