Code:
[div style="{PROPERTY}: {VALUE};"]{TEXT}[/div]
[div={SIMPLETEXT1},{SIMPLETEXT2}]{TEXT}[/div]
Replacement:
<div style="{SIMPLETEXT1}: {SIMPLETEXT2}">{TEXT}</div>
Post example:
[div=background,white]Example post.[/div]
You could use many style variables using this bbcode:
[div={TEXT1}]{TEXT2}[/div]
Replacement:
<div style="{TEXT1}">{TEXT2}</div>
Post example:
[div=background: #000;color: #fff;padding: 6px;border: solid 1px #999;]Example post.[/div]
You just have to know what you want and construct your bbcode to suit your needs.
Statistics: Posted by Sniper_E — Sat Aug 10, 2024 9:26 pm