An easy MyCode developtment help
#1
This user has been denied support. 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 Big Grin
Signature too large. Removed.
Reply
#2
So you don't need any help?
Reply
#3
This user has been denied support. 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.
Reply
#4
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
Reply
#5
This user has been denied support. 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 Big Grin
Signature too large. Removed.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)