I haven't worked with YaBB to be honest mate, so I can't help you there. Sorry. I am currently extending my knowledge and variety when using forum software, so I will add YaBB to the list so you may see some YaBB Resources along with more soon.
A simple marquee code: Code (text): <marquee scrollamount="2" loop="true" onmouseover='this.stop()' onmouseout='this.start()' scrolldelay= "26"> <a href="affiliate 1 url"><img src="affiliate 1 img"></a> <a href="affiliate 2 url"><img src="affiliate 2 img"></a> </marquee> I don't know yaBB, so I wouldn't be sure how to add tables around it. But that is just a simple scrolling affiliate code.
Code (text): <script> /* Scrolling Affiliate box/Member Legend Created by Wolfmaitriser@TRG Do not remove copyright! */ function expandText(txt){ document.getElementById('insetDesc').innerHTML = txt } </script> <center><div class="maintitle">Affiliates</div></center> <center> <hr> <marquee scrollamount=5 onMouseover="this.scrollAmount=1" onMouseout="this.scrollAmount=4"> AFFILIATES HERE!!! </marquee> <BR /> </div></center>