How do I scroll text?
Posted: Mon Sep 26, 2016 2:13 pm
To do this you have to use this code.
<marquee behaver="scroll" direction="up, down, right, left">
Text
</marquee>
This code will scroll your text, the up, down, right, left are the direction you wont the text to go. For example scrolling up will scroll the text upward like the support logo.
<marquee behaver="scroll" direction="up, down, right, left">
Text
</marquee>
This code will scroll your text, the up, down, right, left are the direction you wont the text to go. For example scrolling up will scroll the text upward like the support logo.