MyBB Hacks

Full Version: Paragraph MyCode
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just a simple MyCode for paragraph:

Regular Expression:

Code:
\[p\](.*?)\[/p\]


Replacement:

Code:
<p style="text-indent: 50px">$1</p>

Reference URL's