i don't know if you can have them both in the same tag, but you could do this:
vB Code tag: Glowstrength
vB Code replacement: <table style="filter:Glow(color=red, strength={option})">{param}</table>
vB Code example: [glow=1]This BB code makes a 1px glow.[/glow]
Use {option}: Yes
vB Code tag: Glowcolor
vB Code replacement: <table style="filter:Glow(color={option}, strength=2)">{param}</table>
vB Code example: [glow=1]This BB code makes a 1px glow.[/glow]
Use {option}: Yes
and use both separatly like this:
[glowcolor=red][glowstrength=2]BAH[/glowstrength][/glowcolor]
|