Text-shadow effect!
#1
regular expression
\[sdw\](.*?)\[/sdw\]

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

result
   
Reply
#2
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


Attached Files Thumbnail(s)
       
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)