Aligntable

Get help developing custom BBCodes or request one.
Post Reply
Bauer
Registered User
Posts: 5
Joined: Thu May 03, 2018 12:57 am

Aligntable

Post by Bauer »

Hey I was searching for a bbcode like this [aligntable=align,width,marginleft,marginright,border,brdcolor,bkgrdcolor]{TEXT}[/aligntable] but I cant find ANYTHING. This is an example... [aligntable=right,0,10,0,0,0,0]Image[/aligntable]Here goes all the text I want to insert?hallelujah!
Bauer
Registered User
Posts: 5
Joined: Thu May 03, 2018 12:57 am

Re: Aligntable

Post by Bauer »

Update

My HTML Code

Code: Select all

<div style="float:{SIMPLETEXT}; margin: {NUMBER} {NUMBER} {NUMBER} {NUMBER};"> <table width="0" border="0" bordercolor="{NUMBER}"><tbody><tr><td>{TEXT}</td></tr></tbody></table> </div>
BBcode Code

Code: Select all

[aligntable={SIMPLETEXT},{NUMBER},{NUMBER},{NUMBER},{NUMBER},{NUMBER}]{TEXT}[/aligntable]
It does not work... just shows as plain text Ex: [aligntable=right,0,10,0,0,0,0]My Text[/aligntable]
Post Reply

Return to “Custom BBCode Development and Requests”