March 19th, 2020 at 12:46 PM
Hmm... Interesting. I wasn't able to figure out why this particular method wasn't working, but there's another way that should work as well:
I put it at the top of this thread to test it. Does it work at the top of this page on your web browser? (Checking this because Marquees are deprecated and no longer supported, so they can act strangely on some browsers.)
Regards,
-Darth Apple
- 1. Enable HTML in BAM's settings (setting #2)
- 2. Leave slidedown off (as before)
- Put the following into a new announcement:
Code:
<marquee behavior="scroll" direction="right" onmouseover="this.stop();" onmouseout="this.start();"> YOUR MARQUEE TEXT </marquee>
I put it at the top of this thread to test it. Does it work at the top of this page on your web browser? (Checking this because Marquees are deprecated and no longer supported, so they can act strangely on some browsers.)
Regards,
-Darth Apple