Um is there a affiliate code where the affiliates don't move at all?
all you need to do is make a table, and put the url's for the affiliates there.
You could do something like this (it will work for smfforfree and smfforfree2) and will match your theme/style:
<table border="0" width="100%" cellspacing="1" cellpadding="4" class="bordercolor">
<tr>
<td class="catbg" colspan="2">Affliates</td>
</tr>
<br>
<tr>
<td class="windowbg2">
<table width="100%" border="0">
<td align=center>
<a href="http://affliate url"><img src="http://image url.gif" border="0"></a>
<a href="http://affliate url"><img src="http://image url.gif" border="0"></a>
<a href="http://affliate url"><img src="http://image url.gif" border="0"></a>
<a href="http://affliate url"><img src="http://image url.gif" border="0"></a>
</tr>
</td>
</table>
</table>