ultradude25
New member
I'd like the
as the HTML replacement
as the Help line and you might as well check "Display on posting page".
If you want to add align right as well, copy it and change everything that says "center", to "right".
Thanks.
BBCode to be added.
I'm sure you know how to do it, but just in case...
Go to the Posting tab in the ACP, click "Add a new BBCode", put
as the BBCode usageI'm sure you know how to do it, but just in case...
Go to the Posting tab in the ACP, click "Add a new BBCode", put
Code:
[center]{TEXT}[/center]
Code:
<div style="text-align: center;">{TEXT}</div>
Code:
[center]Centered text[/center]
If you want to add align right as well, copy it and change everything that says "center", to "right".
Thanks.