Press CTRL-D to Bookmark this Page  |  Contact Us
Views

Scrolling Marquee

Jump to: navigation, search
This marquee makes the text go from right to left.
<marquee> ENTER TEXT HERE </marquee>


This will create the text to move from left to right

<marquee direction="right">ENTER TEXT HERE</marquee>


This will create the text to ALTERNATE from LEFT TO RIGHT.

<marquee behavior="alternate">ENTER TEXT HERE</marquee>


This will create the text to move UP from bottom to top

<marquee direction="up">ENTER TEXT HERE</marquee>


This will create the text to move DOWN from bottom to top

<marquee direction="down">ENTER TEXT HERE</marquee>


This will create the text to ALTERNATE from UP TO DOWN from.

<marquee direction="up" behavior="alternate">ENTER TEXT HERE</marquee>


This will create the text to ZIGZAG from left to right.

<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right">ENTER TEXT HERE</marquee></marquee>


This will create the text to ALTERNATE with a ZIGZAG motion.

<marquee behavior="alternate" direction="up" width="80%"><marquee direction="right" behavior="alternate">ENTER TEXT HERE</marquee></marquee>



Hit “Save All Changes” and then view your profile.