Align BBCode
Posted: 06 Mar 2010, 11:06
Align BBCode
The Align BBCode lets You configure text aling in the topics of Your phpbb3 Board.
BBCode:
HTML:
Helpline:
Example:
Demo:
[align=center]Align Center with a smilie [/align]
[align=right]Align Rightwith a smilie [/align]
Posted by Peter
The Align BBCode lets You configure text aling in the topics of Your phpbb3 Board.
BBCode:
Code: Select all
[align={IDENTIFIER}]{TEXT}[/align]
Code: Select all
<div style="text-align:{IDENTIFIER};">{TEXT}</div>
Code: Select all
Align: [align=Your alignment]Your text[/align]
Code: Select all
[align=center]Align Center with a smilie :D [/align]
[align=right]Align Rightwith a smilie :D[/align]
[align=center]Align Center with a smilie [/align]
[align=right]Align Rightwith a smilie [/align]
Posted by Peter