Code: Select all
[table={COLOR1},{COLOR2}]{TEXT}[/table]
Code: Select all
<table style="background-color: {COLOR1};border:1px solid {COLOR2}"><tr><td>{TEXT}</td></tr><table>
Code: Select all
[table=#000000,#ff0000]Blah Blah Blah[/table]
Code: Select all
[div style="{PROPERTY}: {VALUE};"]{TEXT}[/div]
Code: Select all
[div style="{PROPERTY}: {VALUE};"]{TEXT}[/div]
[div={SIMPLETEXT1},{SIMPLETEXT2}]{TEXT}[/div]
<div style="{SIMPLETEXT1}: {SIMPLETEXT2}">{TEXT}</div>
[div=background,white]Example post.[/div]
[div={TEXT1}]{TEXT2}[/div]
<div style="{TEXT1}">{TEXT2}</div>
[div=background: #000;color: #fff;padding: 6px;border: solid 1px #999;]Example post.[/div]
omg this is what i have been looking for thank you!! i can't believe it was this simple lol.Sniper_E wrote: ↑Sat Aug 10, 2024 9:26 pm 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.