Text Shadow MyCode
#1
This simple code will allow you to add a shadow to text. Please note this will not work in Internet Explorer 9 and earlier versions.

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

Replacement:
<span style="text-shadow: 3px 3px 3px $1;">$2</span>

Usage:
[shadow=#FF0000]Your text here[/shadow]
(You can change #FF0000 to any color you want)

The output will look something like this:
   

Enjoy.Smile
My GitHub | Galaxies Realm

Please do not PM me for support; use the forum instead
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)