Marquee's
A marquee is when your text scrolls across the screen. This is a pretty kewl effect but is sometimes overused and becomes quite annoying
Try This:
<FONT SIZE="3" COLOR="BLUE">
<MARQUEE>
</MARQUEE>
</FONT>
You can control the speed, direction and behavior of the scroll as well
SCROLLAMOUNT="Any number goes here"
DIRECTION="LEFT"
DIRECTION="RIGHT"
BEHAVIOR="SLIDE"
BEHAVIOR="ALTERNATE"
Let's try this:
<FONT SIZE="3" COLOR="RED">
<MARQUEE SCROLLAMOUNT="20" BEHAVIOR="ALTERNATE">
</MARQUEE>
</FONT>
Test it out!: HTML Test Bed

Who Made This Mess | Privacy statement | Link To The-Jazzman.com