You can add scrolling text to your page using a marquee control, which moves text that you specify across the page in ticker-tape fashion.
To insert scrolling text
The text does not have to be in a paragraph by itself, but when the marquee is displayed, it will be on its own line in the browser window.
Property | Setting |
behavior | SCROLL: scroll onto page, then off SLIDE: stop when text touches far edge ALTERNATE: bounce between edges |
direction | LEFT or RIGHT, indicating where the scroll text should start from |
loop | How many times to repeat, or -1 to repeat indefinitely |
scrollamount | Number of pixels that text jumps each scroll increment. The lower this number, the more smoothly the text scrolls, but the more slowly it moves across the page. |
scrolldelay | Number of milliseconds the marquee waits between scroll increments. The lower this number, the faster the text scrolls. |
width | Width of the scroll area in pixels or as a percentage of screen width. |