Is there any module for drupal 6 I can use to create a rotating banner with no images for drupal 6 site
Thanks
Colin
Try the Marquee Block module
Provides a jQuery-based scrolling marquee block that can be customized with your own text or HTML. Configure speed, scroll direction and scroll behavior easily on the Block setup page.
Image from module page:

Or else if you want to do it so simple. just create a block and use <marquee> in your custom block ;)