Scrolling text going UP the screen You can change the font colour and the background colour to suit. You can make it wider if required and you can set the speed of the scroll by changing the "scrollamount" variable. The higher the number, the faster the speed of scroll.
<div align="left"> <marquee bgcolor="#000080" scrollamount="2"
direction="up" loop="true" width="10%"> <center>
<font color="#ffffff" size="+1"><strong> THIS
IS A COOL WAY<br> TO MAKE YOUR TEXT<br> SCROLL UPWARDS<br> <br>
IT IS EASY AND FAST LOADING </strong></font> </center> </marquee></div>
To have the marquee scroller in the center of your page
change the div align="left"> to either center or right if you want it on the right-hand side of your page