Log in

View Full Version : Scrolling Affiliates/Sponsors Box


deathbypie
03-18-2008, 12:07 AM
This code is used to make an Affiliates box in your website footer. All you have to do is add this into your foot via Admincp>Styles and Templates>Template Manager>All style options(template you want edited)>Footer
Once here Copy and paste the code below into the spot you would like your Affiliates box to appear (at the beginning is suggested).

To put your links...ECT in the box replace "Insert Linked images and Text Here" with your HTML. Alter the Code as you wish but please live the already placed link alone.

Preview Here (https://vborg.vbsupport.ru/attachment.php?attachmentid=77398&stc=1&d=1205802385)




<br><br><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>

<td class="tcat" width="100%">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('my_table')"><img id="collapseimg_my_table" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_my_table].gif" alt="" border="0" /></a>
<div style="text-align: center;">
Affiliates
</div>
</td>
<tbody id="collapseobj_my_table" style="$vbcollapse[collapseobj_my_table]">
</tr>

<tr>

<td class="alt1" width="100%">
<div class="smallfont">
<marquee id="abox" behavior="scroll" direction="right" height="60" scrolldelay="0" scrollamount="2" onMouseOver="document.all.abox.stop()" onMouseOut="document.all.abox.start()">

<a href="http://www.eternalgamers.org/"><img src="http://eternalgamers.org/logo/_logo_468x60.jpg" title="Game Top Sites" border="0" /></a>

<strong>Insert Linked images and Text Here</strong>


</marquee></div>
</td>

</tr>
</table>
<br><br>