There is now available a new BBCode tag: Table. With it you can create a simple table that's still highly effective in keeping those high-score threads nice and orderly. Here's an example:
[table]R=# & Name & Score & Ship & Version
R=01 & Player 4 & 15,616,000 & Red & MAME
R=02 & Player 3 & 14,988,500 & Blue & 360
R=03 & Player 1 & 14,550,200 & Red & PCB
R=04 & Player 2 & 13,620,900 & Green & 360[/table]
Also great is the fact that you can use all the standard text tools within the table: font colors, bolding, italics, even weblinks. These can make a table be far more useful and pleasing to the eye than the tables created with the Code tag.
Speaking of, the Table tag's code looks like this:
Code: Select all
[table]
R=# & Name & Score & Ship & Version
R=01 & Player 4 & 15,616,000 & Red & MAME
R=02 & Player 3 & 14,988,500 & Blue & 360
R=03 & Player 1 & 14,550,200 & Red & PCB
R=04 & Player 2 & 13,620,900 & Green & 360
[/table]
You can't change the table's size, text alignment or the background colors, they're hardcoded in. I can adjust them but it will affect every table created, so let's try to find a good consensus if we do want to change them.