| This code | Will give you this: |
| <MARQUEE LOOP=2>Hello</MARQUEE> |
One of the problems with LOOP is that the content disappears after the last loop. To set the marquee so that the content is visible when the looping is done set BEHAVIOR to SLIDE:
| This code | Will give you this: |
| <MARQUEE LOOP=2 BEHAVIOR=SLIDE>Hello</MARQUEE> |