Text Links Ads : Marketing Tips Store : Search Engine Optimization Strategies
WebPosition Gold Pro : Domain Registration Bank : Optilink Software : GoDefy
Mike's Marketing Tools : Mike's Ecommerce Software : Text Links Guide
 
Web HTML-HTML.com
You are here: HTML Codes > Weird Tags > <MARQUEE ...>

Attribute for <MARQUEE ...>
LOOP =INFINITE |number of loops

Usage Recommendation
use it if you use <MARQUEE ...>

LOOP sets how many times the marquee should loop. The default value (i.e. if you don't put a LOOP attribute at all) is INFINITE, which means that the marquee loops endlessly.

This code creates a marquee that loops twice:

this code produces this
<MARQUEe LOOP=2>
Hello
</MARQUEE>
Hello

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 BEHAVIORSLIDE:

this code produces this
<MARQUEe LOOP=2 BEHAVIOR=SLIDE>
Hello
</MARQUEE>
Hello

<MARQUEE BGCOLOR="..."> >>>

Copyright © 2002-8 Art Dacor USA LLC. All Rights Reserved.
3727 West Magnolia Blvd #489, Burbank, CA, 91505, USA.
www.HTML-HTML.com