2014-03-22, 02:26 PM
(This post was last modified: 2014-03-22, 02:26 PM by Starpaul20.)
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:
Replacement:
Usage:
The output will look something like this:
Enjoy.
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.

My GitHub | Galaxies Realm
Please do not PM me for support; use the forum instead
Please do not PM me for support; use the forum instead