MyBB Community Forums

Full Version: Center.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Center:
Coming from VB? Maybe phpbb3? Used to using [center] tags and not [align=] then this is the MyCode for you.


Name:
Center


Short Description:
Uses [center] tags

Regular Expression:
\[center\](.*?)\[/center\]


Replacement:
<center>$1</center>

How to use:
[center]YOUR TEXT HERE[/center]


Preview/Live Demo:

*YAY* center


http://MyCodeCorner.cz.cc -- the best bet for all you MyCode needs.
You should also add right, left, and justified.
EDIT: Sorry, misread the post!