Posts: 88
Threads: 37
Joined: Oct 2011
Reputation:
1
2012-10-05, 10:31 AM
(This post was last modified: 2012-10-05, 11:00 AM by asad3man.)

This user has been denied support.
I am in need of making a MyCode.
So what i want to make it is.
A code like
[official] Text HERE [/official]
With official it will change the text color to the official color defined when making mycodes, The color of the text should be changed to
this HTML color... #9370DB
Can be closed now , I have made it
Signature too large. Removed.
Posts: 88
Threads: 37
Joined: Oct 2011
Reputation:
1

This user has been denied support.
If you have feel free to post it here.
(2012-10-05, 09:39 PM)JordanMussi Wrote: So you don't need any help?
Signature too large. Removed.
Posts: 88
Threads: 37
Joined: Oct 2011
Reputation:
1

This user has been denied support.
(2012-10-06, 12:24 PM)JordanMussi Wrote: Regular Expression:
\[official\](.*?)\[/official\]
HTML Replacement:
<span style="color: #9370DB;">$1</span>
Example in MyCode:
[official]Official Text Here[/official]
Output:
Quote:Official Text Here
I have did a same but in different method
Signature too large. Removed.