Adding Tables (Sorry No Chairs Although)

Moderator: Officers

Post Reply
User avatar
Oz
Site Admin
Posts: 83
Joined: Thu 01 Jan, 1970 10:00 am

Adding Tables (Sorry No Chairs Although)

Post by Oz »

Been a discussion over @ MI for adding tables to a forum post. Now I know PW has also been asking for this so when Bael found a mod for phpbb to create tables I thought wreckers would like it as well :-)

[table][33]So you want a table like this then??[;][33]Neat Hey!![;][/table]

Code: Select all

[table][width of cell in percent]text for cell[;][width of cell in percent]text for cell[;][width of cell in percent]text for cell[;][/table]

Where:

Code:
[b][table][/b] = make a table

[width of cell in percent] = the percent of the overall table that this cell should be.  The total percentages of cells cannot exceed 100%, otherwise the table with adjust them so that they fit to 100%.  The width of a cell cannot be larger than a two-digit number.

text for cell = this is the text you want in the cell you just defined.  You can apply bold, shadow, align, glow, size, scrolling and other BBcodes on this text.  You can also use images, of course!

[;] = this ends a cell definition.

(you can add more cells after the first)

[/table] = end of table

E.G.

[table][33]So you want a table like this then??[;][33]Neat Hey!![;][/table]
If you want more instructions then have a look @ the thread over on the mi board -> here
Post Reply