MyBB Community Forums

Full Version: CSS MyCode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Parses just fine for me, as you can see here:

http://teamproto.pokebasic.com/community...php?tid=24
Okay, I'll try
Doesnt work for me
doesn't work
(2023-02-01, 06:49 PM)SalyaDarken Wrote: [ -> ]doesn't work

Regular Expression
\[div style="(.*?)"\](.*?)\[/div\]

Replacement
<div style="$1">$2</div>

Enabled - select yes



Use
[div style="background: pink; color: black; font-size: 2em;"]testing[/div]

[attachment=45770]
Pages: 1 2