<marquee>Your text message here.</marquee>
You can can add a direction attribute and a value of "left" or "right" and have it scroll in the direction you want. Besides specifying left or right, you can also specify "up" or "down" as well. (It does take a bit of vertical space when you use up or down.)
<marquee direction="right">Your message</marquee>
Another trick is to use a behavior attribute to make the text alternate from side to side.
<marquee behavior="alternate">Your message</marquee>
What do you suppose happens when you combine an up or down direction with the behavior attribute?
<marquee direction="up" behavior="alternate">Your message</marquee>
You can also add a break tag to your message to keep the line length where you want it and add it inside a table to control its placement. Add a link to test the skill of your visitors. How fun!
I didn't figure all this stuff out on my own, but I read it in one of my favorite newsletters, Boogie Jack's "Almost a Newsletter." See if you can click on his link to sign up! |

