MyBB Hacks

Full Version: MyCode Pack
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am using the MyCode Pack that used to be on myBB mods. I am very happy with it and have worked a fair few of them out, but I am stumped on how to format the MyCode for a table in a post

Zinga, can you help me please?
Copied from the description, which no longer exists, lol:
Quote:For tables, you can create them like this:

Code:
[table]
row 1, cell 1[cell]row 1, cell 2[cell]row 1, cell 3
[row]
row 2, cell 1[cell span=2 align=right]row 2, cell 2 (right aligned, with colspan=2)
[row=red]
row 3, cell 1 (red background)[cell=green]row 3, cell 2 (green background)[cell w=50]row 3, cell 3 with width of 50px
[/table]

Thank you very much
Reference URL's