vinay
Newbie
Posts: 1
Registered: 3/29/2003
Member Is Offline
|
| posted on 3/29/2003 at 01:55 PM |
|
|
Non-stop scrolling
I am trying to configure the scroller to scroll continuously with a long stream of text. I have set the scroller width to 500 pixels and it seems to
put any text that will not fit within the 500 pixels onto a new line. I only want one line going across the screen. If I try to use more than one
content or external file, the first set of text scrolls off the screen before the next becomes visible.
Can you suggest any ideas?
If you need to see code or get me to explain further let me know.
Cheers
Vin.
|
|
|
nik
Posts:
Registered: 1/1/1970
Member Is Offline
|
| posted on 3/31/2003 at 08:01 AM |
|
|
To avoid word wrapping just add nowrap modifier to an appropriate <td> tag if you use <table> to display the lines.
|
|
|