Quantcast
Viewing all articles
Browse latest Browse all 1635

Custom BBCode Development and Requests • Re: [Split] User Customizable Table BBcode

Code:

[div style="{PROPERTY}: {VALUE};"]{TEXT}[/div]
To get exactly what you posted you could try bbcode:
[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



Viewing all articles
Browse latest Browse all 1635

Trending Articles