Make your text scroll across your page using simple html, which loads fast. Here I use the <marquee> tag. The code is below.
Scrolling upward text or vertical text.
You can use the html marquee tag to make your text scroll upward. This tag does not work in Netscape browsers.Here I have used simple html to make the text scroll upward. Because this is just straight html, it loads very fast and is easily placed into any page on any server.
Below is an example of how it can be used.
TO MAKE YOUR TEXT
SCROLL UPWARDS
IT IS EASY AND FAST LOADING
And here is the code that I used. Just copy and paste the code into your html document where you want the scrolling text to show.
(Homesteaders, use the "insert html" element and drag the html snippett where you want the scrolling text to appear on your page.)
You can change the font color and the background color 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.
Handy hint.
To select all the code in the text box, click inside the box and press your keyboards ctrl + a. To copy the text ctrl+c and to paste into your html document ctrl+v