I have this working "sometimes" it seems to have a mind of its own, also the posters details dont show up.
It will work, then I look at the forum or some posts, come back to the portal page and its blank again, tried refreshing and deleting cache etc etc,
Would be good to get this up and running, also make it so the images could scroll horizontal aswell for the centre blocks.
This is the code I used, as you can see I got rid of the posteds details because they didnt work.
<script></script>
<script>
</declare>
</script>
<body>
<table>
<BEGIN>
<tr>
<td><span>{L_NO_PICS}</span></td>
</tr>
<END>
<tr>
<td><span>
<script>
html = '';
<BEGIN>
<BEGIN>
html += '<table>'+
'<tr>'+
'<td>'+
'<a>'+
'<img>'+
'</a>'+
'</td>'+
'</tr>'+
'</table>';
<END>
<END>
// define the horizontal marquee
// 200 pixels high, 160 pixels wide,
//scrolls 1 pixels up each 50 ms
marquee = new xbMarquee('marquee', 100, 125, 1, 50, 'up', 'scroll', html);
marquee.onmouseover = function () { this.stop(); };
marquee.onmouseout = function () { this.start(); };
</script>
</span>
</td>
</tr>
<tr>
<td><span>[ <a>{L_ALBUM}</a> ]</span></td>
</tr>
</table>