I have a string that I've pulled from a database, but I wanna put it in a javascript scroller thingy.
All well and good, but the string has line breaks in it, which screws up
the scroller
(see http://212.53.85.203 - and do a view source, it's the top few lines)
How can I force that info onto one line? so that the JavaScript will
work???

