Quote:
Originally Posted by BirdOPrey5
BB Codes can only take 1 {param} and 1 {option} so there would never be a way to specify multiple colors via pure BB Code.
|
You could use javascript. something like,
[glow=red, green, 00FF94]test[/glow]
And have the javascript get a string using {option}, then seperate by commas and then it would have 3 colors, THEN, it would apply thoose 3 to the {param} tag and print the final result back onto the webpage

Shouldn't take too much time.