ive done something similar by wraping links in floating div tags. if you still need a solution, and for everyones edification, here is my solution to create a six column 'table' that goes on forever
[HTML]
<div style="width: 600px;">
<div style="float:left; width: 100px"><a href="link">link</a> </div>
<!-- duplicate the above line a bunch of times and watch it wrap -->
</div>[/HTML]
im working on a link exchange script that makes doing stuff like this unnecessary, and im looking for input on needed features. if youve got any ideas, kindly post them
here.