Quote:
Originally Posted by Akagi
is it possible to have a vertical marquee for the announcement? something like a news ticker?
|
This is possible. All you must do is enter the correct marquee code into the message box.
Code:
<marquee direction="up" scrolldelay="100" scrollamount="2" style="font-family: Verdana; font-size: 10px">Test Marquee Text</marquee>
If you put that into the message box - it
should work, although I've not tested it. You could edit the points to modify it further, for example puting scrolldelay to 10 would speed the marquee up
Hope this helps