How do I make a scrolling marquee? This is when words scroll from right to left across the page (or left to right or maybe even down!). This page is for those of you who use the Internet Explorer browser, the marquee tag does not work in any other browser. Copy and paste this code into your editor.
<marquee behavior=scroll direction="left">Your message here</marquee>
Here is a variation on the basic marquee, I like this one =) The text will slide in from the right and stop at the left margin. Just add this tag:
<marquee behavior=slide direction=left>your message here</marquee>
You can make a marquee go back and forth between the margins:
<marquee behavior="alternate">your message here</marquee>
You can add different widths to any marquee:
<marquee behavior="alternate" bgcolor="#color" width="400">your message here</marquee>
You can change the font type, color and size by adding the font tag before the marquee, just remember to close the font tag at the end of the marquee. Also, you can make any of your marquee messages a hyperlink by adding the <a href> tag before and after your message.
How do I make it change direction? If you want it to go in a different direction, just type in "right" instead of "left", or "up" and even "down" in your basic marquee code:
How do I change the marquee speed? You just need to add the scrollamount tag to your marquee tag like this:
<marquee behavior=scroll direction="left" scrollamount="5">Your message here</marquee>
The higher your number, the faster your marquee will scroll. Some examples (don't watch this too long, it will make you dizzy):
Subscribe to my feed