i have a scrolling one

Add this code to a new file in your editor and save it as affiliates.html:

Code: 
<br clear="all" />
<div class="forabg">
   <div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
            <li class="header">
                <dl class="icon">
                  <dt >Links</dt>
               </dl>
                </li>
         </ul>
         <ul class="topiclist forums">
      <li class="row">
    <marquee direction="left" scrollamount="7" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=7">
ADD HERE YOUR HTML LINKS</marquee></li>
      </ul>
   <span class="corners-bottom"><span></span></span></div>
</div>

Now download /style/template/index_body.html and find:
Code: 
<!-- INCLUDE overall_footer.html -->

Above that add:
Code: 
<!-- INCLUDE affiliates.html -->