MyBB Community Forums

Full Version: Infotext as Marquee
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here is a simple bbcode.


Regular Expression:
\[info\](.*?)\[/info\]


Replacement:
<div align="center" style="width:200px; height:auto; background-color:#336633; color:#FFFF33;"><marquee direction="left" onMouseOver="this.scrollAmount=0" onMouseOut="this.scrollAmount=5" scrollamount="5">Your Infotext!!!!</marquee></div>


Use it:
\[info\](.*?)\[/info\]


[Image: 4f08d7e848139.png]


You can also change the direction.

left -> right
direction="right"


up -> dowm
direction="down"