BirdOPrey5 |
06-19-2011 09:10 AM |
Quote:
Originally Posted by Octavius.
(Post 2209679)
It works in vb4.1.4 but it is black and bold instead of red and normal on vb3.
|
The mod instructions tell you how to setup a replacement variable so you can set a color per style.
Otherwise if you just want the same color across all styles just set the color in the ME BBCode replacement text. <div style="color:red;">{param}</div> instead of what is there. Actually I'd think <span> is probably a better choice than <div> anyway.
Code:
<span style="color:red;">{param}</span>
|