Attribute for <MARQUEE ...>
LOOP = INFINITE | number of loops
<MARQUEE ...>number of loops| Usage Recommendation |
|---|
use it if you use <MARQUEE ...> |
LOOPLOOPINFINITE, which means that the marquee loops endlessly.
This code creates a marquee that loops twice:
| this code | produces this |
<MARQUEE LOOP=2> Hello </MARQUEE> |
One of the problems with LOOPBEHAVIORSLIDE:
| this code | produces this |
<MARQUEE LOOP=2 BEHAVIOR=SLIDE> Hello </MARQUEE> |
Copyright 1997-2002 Idocs Inc.
