MyBB Community Forums

Full Version: text with background MyCode?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to have Mycode inherent in the text with background?
I'm not sure if I understand your question correctly

Here I have one of my MyCodes for you, text on a background with a frame

Regular Expression:
\[cown\](.*?)\[/cown\]

Replacement:
<div style="background-color: #FFEBCD; color: #000532; border: 1px solid #EE7600; ">$1</div>

you can experiment around with it
Yes that's what I was looking for. Thanks Smile
great, I'm happy