MyBB Community Forums

Full Version: Text-shadow effect!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
regular expression
\[sdw\](.*?)\[/sdw\]

replacement
<div style= " text-shadow: 2px 2px 5px #81BEF7">
<h2>$1</h2>
</div>

result
[attachment=36996]
Just a litte variation of the code

Regular expression
\[shadow=(.*?)\](.*?)\[/shadow\] (could be sdw, neon... whatever tag you want)

replacement
<span style="text-shadow: 0px 0px 5px $1;">$2</span>

Then, if you add this code to the editor, just add a hex color code or a name of a web color for this