| 
                                                             Friday 03 September 2004 12:33:30 am 
                                                            
                                                            
                                                                 Leandro, I think this is because the Ez data generated for the scroller contents isnt formatting itself correctly. The working code for scrolled data should look like:         
v_content=[
['/index.php/2gt/latest_news/two_garden_court_chambers_welcomes_two_new_practitioners__1',
'Michael Paget joins Two Garden Court Chambers','_parent'],             
['/index.php/2gt/latest_news/two_garden_court_chambers_welcomes_two_new_practitioners','Marc Willers joins Two Garden Court Chambers','_parent'],             
['/index.php/2gt/news','Get all the latest news from Two Garden Court here...','_parent']
];
 
    The important bit to note is that there is no comma on the last line "['/index.php/2gt/news','Get all the latest news from Two Garden Court here...','_parent']" and currently this is a static line which in the downloaded template that closes off this loop correctly (though I want to rework it with Pauls delimiter suggestion). Steve.                                                             
                                                                                                                            http://www.oneworldmarket.co.uk
                                                                 
                                                                                                                                                                                 |