Code for adding 'Center'

Code:
In phpBB use

[u]BBCode usage[/u]
[center]{TEXT}[/center]

[u]HTML replacement[/u]
<center>{TEXT}</center>

[u]Help line[/u]
Centers the text

Edit: Never mind then...just PM me if you want some, ive got quite a few installed.
 
Depends... the above code works (most of the time) but the center tag is deprecated so it shouldn't be used.

Code:
<div style="text-align:center">blah</div>

should work
 
Raymond you can make this solved, i added it on his forums for him 🙂.
 
Back
Top Bottom