
06-19-2011, 02:37 PM
|
 |
|
|
Join Date: Aug 2010
Location: Pensacola, FL
Posts: 772
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by BirdOPrey5
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>
|
Replacement text didn't work. Thanks anyway. Changing it to span.
|