2012-08-28, 01:31 PM
(This post was last modified: 2012-10-10, 04:53 PM by JordanMussi.)
Description:
Regular Expression:
HTML Replacement:
Usage in MyCode:
Output in HTML:
Output in Plain Text:
Quote:When the question mark is clicked a popup alert box will give you help.
Regular Expression:
\[help=(.*?)\]
HTML Replacement:
<span style="font-weight: bold; font-color: #6666FF; vertical-align: super; line-height: 1.5em; font-size: 0.8em;"><a onClick="alert('$1');">[?]</a></span>
Usage in MyCode:
The MyCode [help=MyCode is a useful resource used to enhance MyBB posts.] feature is rearly helpful!
Output in HTML:
The MyCode <span style="vertical-align: super; line-height: 1.5em; font-size: 0.8em;"><a onClick="alert('MyCode is a useful resource used to enhance MyBB posts.');">[?]</a></span> feature rearly helpful!
Output in Plain Text:
The MyCode [?] feature is rearly helpful!