This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!

Align BBCode

Miscellaneous BBCodes, including MOD BBCodes which usually require file edits.
Locked
KukY

Align BBCode

Post by KukY »

This BBCode is used to set alignment of some content.
A universal BBCode, instead of 3 diffrent ones for 3 diffrent aligns.
W3C valid!
BBCode:

Code: Select all

[align={IDENTIFIER}]{TEXT}[/align]
HTML:

Code: Select all

<div style="text-align:{IDENTIFIER};">{TEXT}</div>
Help Line:

Code: Select all

Align: [align=left/center/right]Contents[/align]
Demo: [align=left]This is aligned to the left.[/align][align=center]This is aligned to the center.[/align][align=right]This is aligned to the right.[/align]
Locked