2012-01-07, 11:50 PM
Here is a simple bbcode.
Regular Expression:
Replacement:
Use it:
You can also change the direction.
left -> right
up -> dowm
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\]
You can also change the direction.
left -> right
direction="right"
up -> dowm
direction="down"