Here's one way:
HTML Code:
<table><tr><td>
<script type="text/javascript">
new rsspausescroller("cnn", "pscroller1", "rssclass", 3000, "_new")
</script></td></tr>
<tr><td>
<script type="text/javascript">
new rsspausescroller("dynamicdrive", "pscroller2", "rssclass", 3000, "", "date+description")
</script></td></tr></table>
I think the confusion arises because of the way that the demo does it - inserting a <br> tag with the javascript document.write() method. Once you break up the calls to the two scrollers into separate script tag blocks as I have in the above example using a table, they can go anywhere. If you feel more comfortable using floating divisions to achieve a side by side alignment, they could each be inserted in a separate floating division. I only used a table because almost everyone understands how tables work and feels at least somewhat comfortable using them.
Bookmarks