Marquee
|
BGCOLOR="#CCCCCC" - background color
LOOP - Determines how many times the text will scroll. -1 is indefinite and will continuously scroll. You can set this to whatever you'd like. SCROLLAMOUNT - Determines the speed your text will scroll. WIDTH - Determines the width of your marquee. |
|
<MARQUEE bgcolor="#CCCCCC" loop="-1" scrollamount="4" width="50%"> Example Marquee </MARQUEE> |
|
<MARQUEE behavior="alternate" scrollamount="2" bgcolor="Red" width="50%"> <A HREF="http://www.yourdomain.com">This is an example of bouncing text</A> </MARQUEE> |