This site is READ ONLY!! No support will be given! Everything in here is just for archiving purposes!
Miscellaneous BBCodes, including MOD BBCodes which usually require file edits.
KukY
Post
by KukY » Sat Aug 06 2011 10:53 pm
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]