OK, I've got a bit of JavaScript placed in the body of a node. It's a scroller and moves the static content around very nicely. How do I apply this script to a view? At this point the closest I've gotten is to output the view as a block with Row style:node. I placed the script with Contemplate: teaser. This will cause each node title to display with the teaser scrolling below it. However, I want all events (titles and teasers) to scroll together as a single block. Thanks! -NP







Huh
Sounds neat. One of these days I'll have to learn to theme views 2 :).
One note of warning. Views in D6 requires drupal 6.3 to be able to do everything. Since that release of drupal isn't out yet you might need to try the development copy or apply the patch to core that's linked to in the views release notes.
Matt Farina
Geeks and God Co-Host
www.innovatingtomorrow.net
www.mattfarina.com
The Devel Module
As a followup, The Devel Module helped me track down what I needed to add. In my case adding the .js to views-view-list.tpl (copied to my theme folder) did wonders. Blessings! -NP